[Webkit-unassigned] [Bug 73395] New: Style checker does not understand C++11 rvalue references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 21:27:04 PST 2011


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

           Summary: Style checker does not understand C++11 rvalue
                    references
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


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]

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