[llvm-commits] add option to simple style checker to just print names of offending files

reed kotler rkotler at mips.com
Thu May 31 19:31:52 PDT 2012


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 maximum line length [default 80]
   --no-check-whitespace-at-eol
                         don't check for whitespace at the end of a line
   --print-filenames-only
                         only print the filename(s) where errors were found
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: style_patch3.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120531/0d54ed45/attachment.txt>


More information about the llvm-commits mailing list