[Webkit-unassigned] [Bug 27461] Add checks for namespace indentation to cpplint
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 15:12:02 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27461
Jakob Petsovits <jpetso at gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33107|0 |1
is obsolete| |
Attachment #33111| |review?
Flag| |
--- Comment #4 from Jakob Petsovits <jpetso at gmx.at> 2009-07-20 15:12:01 PDT ---
Created an attachment (id=33111)
--> (https://bugs.webkit.org/attachment.cgi?id=33111)
Add checks for namespace indentation to cpplint (try 3)
One more try, this time updating the method apidox (had a copy-n-paste error in
it) and being nice to preprocessor instructions.
Other parts like "using namespace Foo;" might also get exceptions, but then
those are standard C++ code and should probably be treated like all other C++
code as well. So not building any special cases for those into the code.
--
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