[llvm-commits] simple style checker

Reed Kotler rkotler at mips.com
Wed May 30 01:44:04 PDT 2012


On 05/30/2012 12:45 AM, Anton Korobeynikov wrote:
> Reed,
>
>> I made this simple python script to check for long lines and lines with
>> tabs.
> Grep is not easy enough to do this?
>
>> Default is 80 character maximum lines and checking for tabs.
> "make check-for-tabs" and "make check-line-length" will do this for
> LLVM codebase
>
It's possible to extend the python script to do a lot more checking from 
the style guide, though it seems that Manuel Klimek is working on a more 
complete solution. I don't know when his work will be ready.



More information about the llvm-commits mailing list