Skip to content

Commit

Permalink
Update cpplint.py to google#267:
Browse files Browse the repository at this point in the history
- Handle parentheses in CHECK() calls properly.
- Fixed multiple false positives where various things like
  std::fucntion<> or function pointers were being mistaken for casts.
- Fixed whitespace warning on placement new.
- Fixed multiple false positives related to const references.
- Added warning for empty conditional bodies.
- Stop advising the use of readdir_r instead of readdir.
- Fixed false positive for empty macro arguments.
- Fixed false positvie for braced initializer lists.
- Don't warn about unnamed parameters in function pointers.

[email protected]

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

0 comments on commit c667123

Please sign in to comment.