WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 27567
27559
cpplint generates false positives with namespace and superclass initialization
https://bugs.webkit.org/show_bug.cgi?id=27559
Summary
cpplint generates false positives with namespace and superclass initialization
Maxime Simon
Reported
2009-07-22 13:11:11 PDT
With something like: namespace WebCore { FooBar::FooBar([...]) : BaseClass([...]) { [...] cpplint will complain on ": BaseClass". But according to the coding style guideline: “Each member (and superclass) should be indented on a separate line, with the colon or comma preceding the member on that line.”
Attachments
Add attachment
proposed patch, testcase, etc.
Maxime Simon
Comment 1
2009-07-22 23:05:19 PDT
*** This bug has been marked as a duplicate of
bug 27567
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug