[Webkit-unassigned] [Bug 126055] #defined constants should use all uppercase names with words separated by underscores.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 8 17:30:16 PST 2014


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #8 from Darin Adler <darin at apple.com>  2014-01-08 17:27:59 PST ---
Header guards are macros that are not made of all capital letters. However, they are distinctive because they end “_h”, so we could possibly refine the rule to understand that.

We still should run the script across the entire source tree before checking it in to make sure that all the things it complains about are actual problems and there are no false positives.

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