[PATCH] D59449: [clang-tidy] Integrate clang-tidy-diff.py machinery into run-clang-tidy.py
Zinovy Nis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 23:27:59 PDT 2019
zinovy.nis added a comment.
In D59449#1446839 <https://reviews.llvm.org/D59449#1446839>, @thakis wrote:
> Can we delete clang-tidy-diff.py with this? (Or delete most of its contents and make it forward to this script?)
I don't mind deleting clang-tidy-diff.py, but someone may want to use it for some legacy reasons. AFAIK @alexf says they are using it.
> Or delete most of its contents and make it forward to this script
IMO it's a bad idea as these scripts are completely standalone now and it is useful.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59449/new/
https://reviews.llvm.org/D59449
More information about the cfe-commits
mailing list