[llvm-commits] update of patch for simple style checker

reed kotler rkotler at mips.com
Wed May 30 16:40:12 PDT 2012


Added check for whitespace at the end of a line.

File is new file for utils
ubuntu-rkotler:~/llvm_conventions> python style_check.py --help
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



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: style_check_patch2.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120530/3894fecd/attachment.txt>


More information about the llvm-commits mailing list