mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Updated cpplint.py to #224:
- Better emacs-flymake integration - Fix false positives in macros and template parameters - Improve the wording on the make_pair warning - Remove virtual keyword checks (now a warning in clang) - Add checks for namespaces - Check that DISALLOW_* macros are always in the "private:" section - Fix false positives for gMock - Check for alternative boolean operator tokens - Fix false positives for space on parens - Fix false positives about placement of "{" near preprocessor macros - Don't lint inside inlined assembler - Don't warn on "auto"; it is now a type shortcut, not a storage class - Don't warn on c++11 for loops - Warn on empty loop bodies - Don't warn on unnamed args for the postincrement operator - Fixes for "<" placement now allowed in c++11 Review URL: https://codereview.appspot.com/7039047
This commit is contained in:
parent
ed8e4680ce
commit
d350fe561e
974
cpplint/cpplint.py
vendored
974
cpplint/cpplint.py
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user