[PATCH] D118104: Make run-clang-tidy.py print the configured checks correctly

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 13:30:17 PST 2022


LegalizeAdulthood 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."""
----------------
Am I missing something, or is this function now unused?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118104/new/

https://reviews.llvm.org/D118104



More information about the cfe-commits mailing list