Added some basic lint tools for C++ and generic lint tool applicable to all
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 21:15:30 +0000 (21:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 21:15:30 +0000 (21:15 +0000)
commit653222fc997be323af28d05b98e26daa0b98f477
treee51ef363f163a61e48a77f232444c5ce4e7cdd22
parent9bd7a371cb83463fbf4e80d3d3e9d2cbecc9e94a
Added some basic lint tools for C++ and generic lint tool applicable to all
types of files (TableGen, LLVM assembly, HTML files, etc.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61592 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lint/common_lint.py [new file with mode: 0644]
utils/lint/cpp_lint.py [new file with mode: 0755]
utils/lint/generic_lint.py [new file with mode: 0755]
utils/lint/remove_trailing_whitespace.sh [new file with mode: 0755]