File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Checks: >
5
5
bugprone-stringview-nullptr,
6
6
bugprone-use-after-move,
7
7
8
+ libcpp-*,
9
+
8
10
llvm-include-order,
9
11
llvm-namespace-comment,
10
12
Original file line number Diff line number Diff line change 33
33
{ lit_header_undeprecations .get (header , '' )}
34
34
35
35
// TODO: run clang-tidy with modules enabled once they are supported
36
- // RUN: %{{clang-tidy}} %s --warnings-as-errors=* -header-filter=.* --checks='-*,libcpp-*' --load=%{{test-tools-dir}}/clang_tidy_checks/libcxx-tidy.plugin -- %{{compile_flags}} -fno-modules
37
- // RUN: %{{clang-tidy}} %s --warnings-as-errors=* -header-filter=.* --config-file=%{{libcxx-dir}}/.clang-tidy -- -Wweak-vtables %{{compile_flags}} -fno-modules
36
+ // RUN: %{{clang-tidy}} %s --warnings-as-errors=* -header-filter=.* --config-file=%{{libcxx-dir}}/.clang-tidy --load=%{{test-tools-dir}}/clang_tidy_checks/libcxx-tidy.plugin -- -Wweak-vtables %{{compile_flags}} -fno-modules
38
37
39
38
#include <{ header } >
40
39
""" )
You can’t perform that action at this time.
0 commit comments