summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix typo in clang-tidy example -checks optionDavid Demelier2018-08-241-1/+1
|
* Help: Add example to CMAKE_<LANG>_CLANG_TIDYBrad King2018-04-241-2/+9
| | | | Fixes: #16869
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-0/+6
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.