File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ write_cmake_config("clang-tidy-config") {
18
18
values += [ " CLANG_TIDY_ENABLE_STATIC_ANALYZER=" ]
19
19
}
20
20
21
- # FIXME: Add a setting? Tests seem to fail when it's not set though:
22
- # https://github.com/llvm/llvm-project/pull/131804#issuecomment-3312465207
21
+ # FIXME: Add option for this?
23
22
values += [ " CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS=1" ]
24
23
25
24
# Let targets depending on this find the generated file.
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ write_lit_config("lit_site_cfg") {
46
46
extra_values += [ " CLANG_TIDY_ENABLE_STATIC_ANALYZER=0" ]
47
47
}
48
48
49
+ # FIXME: Add option for this?
50
+ extra_values += [ " CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS=1" ]
51
+
49
52
if (host_os == " mac" ) {
50
53
extra_values += [ " LLVM_PLUGIN_EXT=.dylib" ]
51
54
} else if (host_os == " win" ) {
You can’t perform that action at this time.
0 commit comments