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