Skip to content

Commit 9bf295c

Browse files
committed
[clang-tidy] CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS off by default
1 parent a746bbe commit 9bf295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(GNUInstallDirs)
66
option(CLANG_TIDY_ENABLE_STATIC_ANALYZER
77
"Include static analyzer checks in clang-tidy" ON)
88
option(CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS
9-
"Enable query-based custom checks in clang-tidy" ON)
9+
"Enable query-based custom checks in clang-tidy" OFF)
1010

1111
if(CLANG_INCLUDE_TESTS)
1212
umbrella_lit_testsuite_begin(check-clang-tools)

0 commit comments

Comments
 (0)