mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-08-02 20:22:42 +00:00
8a95ecca274abfd187a005e71a94acb0ff4565b9
- Suggest "const_cast" when encountering "(char*)".
- Warn on template arguments to make_pair().
- Require <utility> if pair<> is seen now that <map> doesn't include it.
- Warn on lack of "explicit" keyword on single argument inline constructors.
- Better check for hanging ')' when closing function calls.
- Don't warn on: 'int v[1][3] = {{1, 2, 3}};'
- Allow function calls as the first argument to printf().
Review URL: http://codereview.appspot.com/4974066
Languages
HTML
67.5%
Python
24.4%
XSLT
4.9%
CSS
1.3%
JavaScript
1.1%
Other
0.8%