[Webkit-unassigned] [Bug 32074] check-webkit-style doen't complain about "bool *foo"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 10:15:39 PST 2009


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





--- Comment #1 from David Levin <levin at chromium.org>  2009-12-02 10:15:39 PST ---
iirc there is some code to do this.

To my memory, it is limited in its scope of detection due avoid false alarms
due to the ambiguity of * to a regex matcher. ( a * b vs a* b where the first
is an equation and the second is a type definition -- of course the * should
never be near the b unless it is objective C code).

However using other elements of style that typenames look LikeThis plus a
limited other number of basic types (int, etc.). The rule could probably be
expanded and avoid false alawrms.

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