Bug 131202 - check-webkit-style gets confused by std::function
Summary: check-webkit-style gets confused by std::function
Status: RESOLVED DUPLICATE of bug 124730
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 18:17 PDT by Brian Burg
Modified: 2014-04-04 00:03 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-04-03 18:17:16 PDT
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]
Comment 1 László Langó 2014-04-04 00:03:54 PDT

*** This bug has been marked as a duplicate of bug 124730 ***