We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576ac09 commit eff6b77Copy full SHA for eff6b77
clang-tools-extra/clang-tidy/custom/CMakeLists.txt
@@ -9,6 +9,7 @@ if(CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS)
9
QueryCheck.cpp
10
11
LINK_LIBS
12
+ clangQuery
13
clangTidy
14
clangTidyBugproneModule
15
clangTidyMiscModule
@@ -31,7 +32,6 @@ if(CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS)
31
32
clangDynamicASTMatchers
33
clangFrontend
34
clangLex
- clangQuery
35
clangSerialization
36
clangTooling
37
)
0 commit comments