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: >
55 bugprone-stringview-nullptr,
66 bugprone-use-after-move,
77
8+ libcpp-*,
9+
810 llvm-include-order,
911 llvm-namespace-comment,
1012
Original file line number Diff line number Diff line change 3333{ lit_header_undeprecations .get (header , '' )}
3434
3535// 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
3837
3938#include <{ header } >
4039""" )
You can’t perform that action at this time.
0 commit comments