Style guides for Google-originated open-source projects
Go to file
erg@google.com a868d2d725 Update cpplint.py to #131:
- Optional check to make sure #includes are in alphabetical order.
- Optional "--counting=" option for statistics on what errors were found.
- Fix typos.
- Warn on overloading the unary operator&(). (Binary operator&() is fine).
- Fix false positives on "new int(x)"; it is not a cast.
- Allow "NOLINT" on header guards.
- Prevent members of a class from being "const string&".
2009-10-09 21:18:45 +00:00
cpplint Update cpplint.py to #131: 2009-10-09 21:18:45 +00:00
cppguide.xml Update C++ style guide to 3.133: 2009-03-25 22:24:14 +00:00
google-c-style.el Update google-c-style.el to #4: 2009-08-03 21:00:44 +00:00
google-r-style.html 2009-07-21 18:07:18 +00:00
objcguide.xml Update Objective-C style guide to 2.12: 2009-04-17 17:48:25 +00:00
pyguide.html M pyguide.html 2009-07-23 20:29:34 +00:00
styleguide.css Initial public release of the Google C++ Style Guide 2008-06-27 20:10:09 +00:00
styleguide.xsl Update Objective-C style guide to 2.12: 2009-04-17 17:48:25 +00:00
xmlstyle.html Checked in scrubbed version of Google XML Document Format Style Guide 2009-03-18 17:23:38 +00:00