summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ClangTidy/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zeroBrad King2016-11-181-0/+1
| | | | | | | | When using `<LANG>_CLANG_TIDY` our internal launcher for the tool must capture its return code and stderr and report them on failure. Otherwise incorrect command lines silently fail. Closes: #16435
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-0/+22
Create a <LANG>_CLANG_TIDY target property (initialized by a CMAKE_<LANG>_CLANG_TIDY variable) to specify a clang-tidy command line to be run along with the compiler.