[clang-tools-extra] [clang-tidy] Fix performance-trivially-destructible with C++20 modules (PR #178471)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 31 08:18:16 PST 2026
================
@@ -51,6 +51,9 @@ set(CLANG_TOOLS_TEST_DEPS
clang-resource-headers
clang-tidy
+
+ # Some tests invoke clang directly (e.g., to precompile modules).
+ clang
----------------
vbvictor wrote:
@AaronBallman, Could you please tell is it okay to add `clang` as dependency here?
I can see that `ninja check-clang-tools` can significantly become slower because we will have to build clang. Could there be any more implications/caveats?
https://github.com/llvm/llvm-project/pull/178471
More information about the cfe-commits
mailing list