File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2727{ lit_header_undeprecations .get (header , '' )}
2828
2929// TODO: run clang-tidy with modules enabled once they are supported
30- // 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
30+ // RUN: %{{clang-tidy}} %s --warnings-as-errors=* \\
31+ // RUN: -header-filter=.* \\
32+ // RUN: --config-file=%{{libcxx-dir}}/.clang-tidy \\
33+ // RUN: --load=%{{test-tools-dir}}/clang_tidy_checks/libcxx-tidy.plugin \\
34+ // RUN: -- -Wweak-vtables %{{compile_flags}} -fno-modules
3135
3236#include <{ header } >
3337""" )
Original file line number Diff line number Diff line change 88
99# REQUIRES: has-clang-tidy
1010
11- # RUN: %{python} %{libcxx-dir}/../clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -clang-tidy-binary %{clang-tidy} -warnings-as-errors "*" -source-filter=".*libcxx/src.*" -quiet -p %{bin-dir}/..
11+ # RUN: %{python} %{libcxx-dir}/../clang-tools-extra/clang-tidy/tool/run-clang-tidy.py \
12+ # RUN: -clang-tidy-binary %{clang-tidy} \
13+ # RUN: -warnings-as-errors "*" \
14+ # RUN: -source-filter=".*libcxx/src.*" \
15+ # RUN: -quiet -p %{bin-dir}/..
You can’t perform that action at this time.
0 commit comments