search for: style_check

Displaying 3 results from an estimated 3 matches for "style_check".

2012 Jun 04
0
[LLVMdev] style guidelines
On Mon, Jun 4, 2012 at 2:29 PM, reed kotler <rkotler at mips.com> wrote: > Probably this has come up before... but have we considered just adopting > the Google style guidlines and maybe modifying it in some places? > Despite working at Google, and having to cope with multiple different styles in my day-to-day work as a consequence, I would not push for this. I think that we
2012 Jun 04
2
[LLVMdev] style guidelines
Probably this has come up before... but have we considered just adopting the Google style guidlines and maybe modifying it in some places? They have a nice script for c++ which will check for many things. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
2012 Jun 02
1
[LLVMdev] update simple style checker... handle globs and recursion now
When I run this now on the Target branch alone, it finds 22,000 errors from just simple things like lines too long, tabs and whitespace at the end of lines. More features to come. Usage: style_check.py arg1 arg2 ... argn [options] Options: -h, --help show this help message and exit --no-check-for-tabs don't check for tabs --no-check-line-length don't check line length --max-line-length=MAXLINELENGTH specify max...