[PATCH] D128072: [clang-tidy] Organize test files into subdirectories by module (NFC)
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 22 11:26:31 PDT 2022
njames93 added a comment.
Just noticed something nice about this, cmake targets are generated for each module
Should speed up development as you now only need to run the lit tests for the module that you are working on `check-clang-extra-clang-tidy-checkers-misc` etc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128072/new/
https://reviews.llvm.org/D128072
More information about the cfe-commits
mailing list