[Webkit-unassigned] [Bug 96656] New: check-webkit-style should not warn in case of NONCOPYABLE and FAST_ALLOCATED macros

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 08:34:43 PDT 2012


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

           Summary: check-webkit-style should not warn in case of
                    NONCOPYABLE and FAST_ALLOCATED macros
           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: zoltan at webkit.org


Stylebot sends (More than one command on the same line  [whitespace/newline] [4]) warning 
if WTF_MAKE_NONCOPYABLE(ClassName); and WTF_MAKE_FAST_ALLOCATED; macros are used in the same line.

Since it is the preferred style, the script should not warn about it. (e.g. https://bugs.webkit.org/show_bug.cgi?id=96512#c2)

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