[Webkit-unassigned] [Bug 76650] New: check-webkit-style whitespace/operators triggers on overloaded operator declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 11:40:36 PST 2012


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

           Summary: check-webkit-style whitespace/operators triggers on
                    overloaded operator declarations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org


+ inline float operator*(const float a, const AppUnit& b)
Source/WebCore/platform/AppUnit.h:330:  Missing spaces around /  [whitespace/operators] [3]

The whitespace/operators check triggers on declaration of overloaded operators. It should probably by modified to special case operators immediately preceded by the keyword operator.

See bug 76571 for an example.

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