Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fixed spelling | Misha Brukman | 2009-02-20 | 1 | -7/+46 |
| | | | | | | | | * 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 | ||||
* | Only strip the newline character at the end of the lines that we're considering | Misha Brukman | 2009-02-20 | 1 | -2/+2 |
| | | | | | | | for length and for trailing whitespace; otherwise, the whitespace themselves will also be removed. llvm-svn: 65182 | ||||
* | Be sure to ignore the end-of-line character when considering trailing | Misha Brukman | 2009-01-08 | 1 | -2/+2 |
| | | | | | | whitespace. llvm-svn: 61905 | ||||
* | Added some basic lint tools for C++ and generic lint tool applicable to all | Misha Brukman | 2009-01-02 | 1 | -0/+58 |
types of files (TableGen, LLVM assembly, HTML files, etc.) llvm-svn: 61592 |