summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] remove default header-filter for run-clang-tidyDon Hinton2019-05-221-3/+0
* [clang-tidy] Removed superfluous and slightly annoying newlines in run-clang-...Jonas Toth2019-05-161-2/+2
* [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.Jonas Toth2019-05-161-1/+6
* ClangTidy: Avoid mixing stdout with stderror when dealing with a large number...Andi-Bogdan Postelnicu2019-04-091-0/+1
* [clang-tidy] Handle missing yaml module in run-clang-tidy.pyZinovy Nis2019-03-271-6/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] run-clang-tidy.py - fails using python 3.7Andi-Bogdan Postelnicu2018-09-191-3/+3
* [clang-tidy] run-clang-tidy.py - add synchronisation to the outputAndi-Bogdan Postelnicu2018-08-101-5/+11
* run-clang-tidy: forward clang-tidy exit statusMiklos Vajna2018-03-191-4/+10
* [clang-tidy] Update run-clang-tidy.py with config argJulie Hockett2018-03-091-2/+13
* run-clang-tidy: Use check_call instead of check_outputKevin Funk2017-11-281-1/+1
* [clang-tidy] Support relative paths in run-clang-tidy.pyGabor Horvath2017-11-061-1/+8
* Make run-clang-tidy compatible with Python 3.xKevin Funk2017-09-051-5/+11
* [clang-tidy] Add option to export fixes to run-clang-tidy.pyAlexander Kornienko2017-07-211-8/+46
* [clang-tidy] D33930: Do not pick up by default the LLVM style if passing -for...Vassil Vassilev2017-06-091-0/+4
* [clang-tidy] run-clang-tidy.py: check if clang-apply-replacements succeedsJakub Kuderski2017-04-251-7/+31
* [clang-tidy] Don't use groups in the big regexy filterAlexander Kornienko2017-03-231-1/+1
* [clang-tidy] Add -quiet option to suppress extra outputEhsan Akhgari2017-02-091-2/+7
* [clang-tidy] Add -extra-arg and -extra-arg-before to run-clang-tidy.pyEhsan Akhgari2017-01-181-2/+15
* [clang-tidy] add option to specify build pathGuillaume Papin2015-09-281-4/+11
* [clang-tidy] Fix run-clang-tidy.py.Alexander Kornienko2015-09-081-2/+2
* run-clang-tidy.py: don't fail when running without -checks=.Alexander Kornienko2014-09-221-2/+5
* run-clang-tidy: Make clang-tidy path configurable and don't fail as horriblyBenjamin Kramer2014-09-081-9/+23
* [clang-tidy] Add a little python script that can run clang-tidy and apply fix...Benjamin Kramer2014-09-081-0/+175
OpenPOWER on IntegriCloud