Bug 73395 - Style checker does not understand C++11 rvalue references
Summary: Style checker does not understand C++11 rvalue references
Status: RESOLVED DUPLICATE of bug 123406
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 21:27 PST by Sam Weinig
Modified: 2014-03-21 05:58 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-11-29 21:27:04 PST
The style checker does not seem to understand C++11 rvalue references.  For instance it complained about the line:

    RetainPtr& operator=(RetainPtr&&);

saying:

    Source/JavaScriptCore/wtf/RetainPtr.h:99:  Missing spaces around &&  [whitespace/operators] [3]
Comment 1 László Langó 2014-03-21 05:58:36 PDT

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