[llvm-commits] simple style checker

Reed Kotler rkotler at mips.com
Wed May 30 01:36:45 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
>
Nice. I didn't know about that.

Reed



More information about the llvm-commits mailing list