Harmonize Python shebangDifferential Revision: https://reviews.llvm.org/D83857
[Support/Utils] As part of using inclusive language within thellvm project, migrate away from the use of blacklist and whitelist.
Python compat - print statementMake sure all print statements are compatible with Python 2 and Python3 usingthe `from __future__ import print_function` statement.Differential Revision: https://r
Python compat - print statementMake sure all print statements are compatible with Python 2 and Python3 usingthe `from __future__ import print_function` statement.Differential Revision: https://reviews.llvm.org/D56249llvm-svn: 350307
show more ...
* Fixed spelling* Linters now return their information instead of printing it, to enable easier unittesting* Added support for finding tabs in files, added to C++ linterllvm-svn: 65202
Keep the newline character at the end of the lines whose trailing whitespace weare deleting; otherwise, everything ends up on a single line.llvm-svn: 65185
Only strip the newline character at the end of the lines that we're consideringfor length and for trailing whitespace; otherwise, the whitespace themselveswill also be removed.llvm-svn: 65182
Be sure to ignore the end-of-line character when considering trailingwhitespace.llvm-svn: 61905
VerifyLineLength() actually takes a max length parameter.llvm-svn: 61593
Added some basic lint tools for C++ and generic lint tool applicable to alltypes of files (TableGen, LLVM assembly, HTML files, etc.)llvm-svn: 61592