If the test does not specify a formatting style, force "none"; otherwise
autodetection logic can discover a ".clang-tidy" file that is not
related to the test.
Details
Details
- Reviewers
alexfh - Commits
- rZORG8df493fd788a: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rZORG2286648d8e42: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rG8df493fd788a: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rG2286648d8e42: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rG4bf8632c45f9: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rCTE360358: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
rL360358: check_clang_tidy.py now passes `-format-style=none` to clang_tidy
Diff Detail
Diff Detail
- Repository
- rL LLVM