[PATCH] D118104: Make run-clang-tidy.py print the configured checks correctly
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 26 15:20:18 PST 2022
carlosgalvezp added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:163
def run_tidy(args, tmpdir, build_path, queue, lock, failed_files):
"""Takes filenames out of queue and runs clang-tidy on them."""
----------------
LegalizeAdulthood wrote:
> Am I missing something, or is this function now unused?
Nope, still used in line 301.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118104/new/
https://reviews.llvm.org/D118104
More information about the cfe-commits
mailing list