llvm-project/clang-tools-extra/test/clang-tidy
Douglas Chen 559d142331 [clang-tidy] Fix command line is too long issue which breaks test on Windows
This patch tries to fix command line too long problem on Windows for
https://reviews.llvm.org/D86671.

The command line is too long with check_clang_tidy.py program on Windows,
because the configuration is long for regression test. Fix this issue by
passing the settings in file instead.

Differential Revision: https://reviews.llvm.org/D107325
2021-08-03 22:12:46 +02:00
..
checkers [clang-tidy] Fix command line is too long issue which breaks test on Windows 2021-08-03 22:12:46 +02:00
infrastructure [clang-tidy] LIT test fix for Remark diagnostic 2021-06-11 02:02:36 -07:00
check_clang_tidy.py [clang-tidy][test] Allow specifying potentially unused suffixes 2021-02-24 15:22:54 +00:00