summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/server/build-aux/run-clang-tidy/README
blob: ed435093c1cfb268c8027ced97ab47d542d4f1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Origin:
- http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/clang-tidy/tool/run-clang-tidy.py?p=294607
- https://github.com/llvm-mirror/clang-tools-extra/blob/c2e903ec98385b82e35bdb303e411854a2e8c032/clang-tidy/tool/run-clang-tidy.py

Modifications:
- the python version has been frozen to python2,
  as the script is not python3-compatible
- added -warnings-as-errors option
- the run-clang-tidy.py script has been modified
  to return a sensible exit code when running on Travis CI,
  i.e. it honors exit code of the underlying processes
  causing build failures on pull requests