[webkit-reviews] review requested: [Bug 27984] cpp_style.py lacks checks for pointer and reference declaration style. : [Attachment 34072] Patch for cpp_style.py to check for pointer and reference marker placement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 09:54:11 PDT 2009


Mike Fenton <mike.fenton at torchmobile.com> has asked  for review:
Bug 27984: cpp_style.py lacks checks for pointer and reference declaration
style.
https://bugs.webkit.org/show_bug.cgi?id=27984

Attachment 34072: Patch for cpp_style.py to check for pointer and reference
marker placement.
https://bugs.webkit.org/attachment.cgi?id=34072&action=review

------- Additional Comments from Mike Fenton <mike.fenton at torchmobile.com>
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;


More information about the webkit-reviews mailing list