run-clang-tidy.py should only search for the clang-apply-replacements if really needed
authorAnonymous <tiwariabhinavak@gmai.com>
Tue, 7 Mar 2023 08:56:00 +0000 (14:26 +0530)
committeraabhinavg <tiwariabhinavak@gmail.com>
Tue, 7 Mar 2023 09:22:34 +0000 (14:52 +0530)
commit144e2364410cc57e919eee38402bc5347f1d57b8
tree1412d6cf39c62e4005d8f6a716cac7553b86bd63
parent30496bf6453207ee93fda8330e84fec02b40c5bf
run-clang-tidy.py should only search for the clang-apply-replacements if really needed

run-clang-tidy.py should only search for the clang-apply-replacements if really needed.

Reviewed By: carlosgalvezp

Differential Revision: https://reviews.llvm.org/D145477
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py