Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the...
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct. llvm-svn: 246318
Loading
Please sign in to comment