[Webkit-unassigned] [Bug 43077] New: check-webkit-style false positive on T<uint32_t>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 14:05:02 PDT 2010


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

           Summary: check-webkit-style false positive on T<uint32_t>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: senorblanco at chromium.org
                CC: levin at chromium.org


check-webkit-style complains about uint32_t being an invalid identifier when it's used as a template argument.  It doesn't complain about it otherwise (e.g., in an array).

E.g., see https://bugs.webkit.org/show_bug.cgi?id=43070

WebCore/platform/graphics/skia/PlatformContextSkia.cpp:780:  uint32_t is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]

It should probably be allowed in all cases, since it's a useful type and we're not declaring it.

-- 
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