[Webkit-unassigned] [Bug 27984] cpp_style.py lacks checks for pointer and reference declaration style.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 4 09:54:11 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27984
Mike Fenton <mike.fenton at torchmobile.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34072| |review?
Flag| |
--- Comment #1 from Mike Fenton <mike.fenton at torchmobile.com> 2009-08-04 09:54:10 PDT ---
Created an attachment (id=34072)
--> (https://bugs.webkit.org/attachment.cgi?id=34072)
Patch for cpp_style.py to check for pointer and reference marker placement.
Patch checks for
TypeName *variableName.
In order to eliminate false positives, and added check to see if an = sign
comes before the * or & has been added to eliminate matches like.
int a = b * c;
--
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