Skip to content

Commit

Permalink
Update cpplint.py to google#242:
Browse files Browse the repository at this point in the history
- Check indentation of public/protected/private keywords.
- Remove RTTI warning.
- Silence warning about multiple inheritance from global namespace.
- Copy ctors don't need "explicit".
- Understand "const char* const&" as a const reference.
- Remove runtime/sizeof.
- Recognize the "catch" keyword.
- List C++11 headers
- Allow sscanf()
- Allow for one extra level of nesting in template class decls.
- False positive for semicolons after single-line nameless unions.

[email protected]

Review URL: https://codereview.appspot.com/15740044
  • Loading branch information
[email protected] committed Oct 25, 2013
1 parent 7b24563 commit fd5da63
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 226 deletions.
Loading

0 comments on commit fd5da63

Please sign in to comment.