[Webkit-unassigned] [Bug 27984] New: cpp_style.py lacks checks for pointer and reference declaration style.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 08:44:15 PDT 2009


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

           Summary: cpp_style.py lacks checks for pointer and reference
                    declaration style.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike.fenton at torchmobile.com
                CC: treat at kde.org


Based on webkit style guidelines the following pointer declaration is correct.

TypeName* variableName;

where as TypeName *variableName; is not.

The same applies to reference.

cpp_style.py requires an update to correct test for these two style guidelines.

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