[clang-tools-extra] [clang-tidy] Add ClangQueryChecks config option (PR #123734)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 09:14:49 PST 2025
================
@@ -38,6 +39,7 @@ clang_target_link_libraries(clangTidy
clangSerialization
clangTooling
clangToolingCore
+ clangQuery
----------------
PiotrZSL wrote:
this introduces new dependency,
how it will impact for example clangd ?
will those checks work there ?
https://github.com/llvm/llvm-project/pull/123734
More information about the cfe-commits
mailing list