Skip to content

Commit

Permalink
Update cpplint.py to google#296:
Browse files Browse the repository at this point in the history
- Check for NUL bytes in the file.
- Fixed many false positives related to brace initialization.
- Improved accuracy of parsing reference template parameters.
- Added support for C++11 raw strings.
- Added CUDA extensions to those allowed by cpplint.
- Added check for incomplete namespaces.
- Silence warnings for missing spaces after comma due to elided
  comments.
- Rephrased some messages so that they're actionable.
- Fix false positive on namespace qualified function pointer arguments.
- Fix false positive for operators which return strings.
- Revive the VLOG check.

[email protected]

Review URL: https://codereview.appspot.com/17450043
  • Loading branch information
[email protected] committed Oct 28, 2013
1 parent c667123 commit 2aa5998
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 108 deletions.
Loading

0 comments on commit 2aa5998

Please sign in to comment.