summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lint/cpp_lint.py
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed spellingMisha Brukman2009-02-201-10/+22
| | | | | | | | * Linters now return their information instead of printing it, to enable easier unittesting * Added support for finding tabs in files, added to C++ linter llvm-svn: 65202
* VerifyLineLength() actually takes a max length parameter.Misha Brukman2009-01-021-1/+3
| | | | llvm-svn: 61593
* Added some basic lint tools for C++ and generic lint tool applicable to allMisha Brukman2009-01-021-0/+80
types of files (TableGen, LLVM assembly, HTML files, etc.) llvm-svn: 61592
OpenPOWER on IntegriCloud