[Webkit-unassigned] [Bug 131202] New: check-webkit-style gets confused by std::function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 3 18:16:56 PDT 2014


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

           Summary: check-webkit-style gets confused by std::function
           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: burg at cs.washington.edu
                CC: ossy at webkit.org, llango.u-szeged at partner.samsung.com


Test case: a member like so

    std::function<void ()> m_function;


Is interpreted as a function call

ERROR: Source/WebCore/replay/ReplayableTimer.h:89:  Extra space before ( in function call  [whitespace/parens] [4]

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