[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 11:00:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27984
David Levin <levin at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |levin at chromium.org
Ever Confirmed|0 |1
--- Comment #2 from David Levin <levin at chromium.org> 2009-08-04 11:00:27 PDT ---
It would be good to run over the current code base (or at least WebCore/dom,
WebCore/css) to check for false positives.
Maybe it should use parenthesis also as a clue.
myFunction(a * b);
Of course, there is the counter example,
for (int* a = ptr;...
but I suspect this is more rare.
--
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