[Webkit-unassigned] [Bug 103607] New: check-webkit-style false positives for single line templates with statement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 00:29:57 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103607

           Summary: check-webkit-style false positives for single line
                    templates with statement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmuppala at apple.com


check-webkit-style is reporting style error for single line templates of the form below because of the presence of two semicolons.

template<> struct Foo { statement1; };

I think this should be accepted style since WTF uses it extensively for defining templates such as IsInteger.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list