[Webkit-unassigned] [Bug 27461] Add checks for namespace indentation to cpplint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 09:25:14 PDT 2009


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


Jakob Petsovits <jpetso at gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33178|review?                     |
               Flag|                            |
  Attachment #33178|0                           |1
        is obsolete|                            |
  Attachment #33181|                            |review?
               Flag|                            |




--- Comment #10 from Jakob Petsovits <jpetso at gmx.at>  2009-07-21 09:25:12 PDT ---
Created an attachment (id=33181)
 --> (https://bugs.webkit.org/attachment.cgi?id=33181)
Add checks for namespace indentation to cpplint (try 5)

Adapt checks for goto labels as discussed with Dave on IRC: empirical research
shows that such labels are not used in header files, and therefore don't need
to be checked. Also, add a test case for goto labels in implementation files,
just to make sure the check actually works (although it probably won't be
triggered anytime soon, because indented namespaced hardly exist anywhere in
implementation files).

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