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 a746bbe commit 9bf295cCopy full SHA for 9bf295c
clang-tools-extra/CMakeLists.txt
@@ -6,7 +6,7 @@ include(GNUInstallDirs)
6
option(CLANG_TIDY_ENABLE_STATIC_ANALYZER
7
"Include static analyzer checks in clang-tidy" ON)
8
option(CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS
9
- "Enable query-based custom checks in clang-tidy" ON)
+ "Enable query-based custom checks in clang-tidy" OFF)
10
11
if(CLANG_INCLUDE_TESTS)
12
umbrella_lit_testsuite_begin(check-clang-tools)
0 commit comments