diff options
author | Brad King <brad.king@kitware.com> | 2016-04-13 13:58:08 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-13 13:58:08 (GMT) |
commit | 1dc78fecc774822b0f7fbdc84805fcbf5a0a32cf (patch) | |
tree | 303f73e27de3e264388c1a19e099a2a90de218a6 /Help/manual | |
parent | d0b2ec3e713b7b90f78ec56ca4e1eebffb328b93 (diff) | |
parent | 5e62444cff5ead280a111c116a3fe810181379cf (diff) | |
download | CMake-1dc78fecc774822b0f7fbdc84805fcbf5a0a32cf.zip CMake-1dc78fecc774822b0f7fbdc84805fcbf5a0a32cf.tar.gz CMake-1dc78fecc774822b0f7fbdc84805fcbf5a0a32cf.tar.bz2 |
Merge topic 'clang-tidy'
5e62444c Add options to run clang-tidy with the compiler
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 | ||||
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 73d1142..3403dcd 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -197,6 +197,7 @@ Properties on Targets /prop_tgt/JOB_POOL_COMPILE /prop_tgt/JOB_POOL_LINK /prop_tgt/LABELS + /prop_tgt/LANG_CLANG_TIDY /prop_tgt/LANG_COMPILER_LAUNCHER /prop_tgt/LANG_INCLUDE_WHAT_YOU_USE /prop_tgt/LANG_VISIBILITY_PRESET diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 3f73b32..7cf3a3d 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -259,6 +259,7 @@ Variables that Control the Build /variable/CMAKE_INSTALL_RPATH /variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH /variable/CMAKE_IOS_INSTALL_COMBINED + /variable/CMAKE_LANG_CLANG_TIDY /variable/CMAKE_LANG_COMPILER_LAUNCHER /variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE /variable/CMAKE_LANG_VISIBILITY_PRESET |