summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-13 13:58:08 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-13 13:58:08 (GMT)
commit1dc78fecc774822b0f7fbdc84805fcbf5a0a32cf (patch)
tree303f73e27de3e264388c1a19e099a2a90de218a6 /Help/variable/CMAKE_LANG_CLANG_TIDY.rst
parentd0b2ec3e713b7b90f78ec56ca4e1eebffb328b93 (diff)
parent5e62444cff5ead280a111c116a3fe810181379cf (diff)
downloadCMake-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/variable/CMAKE_LANG_CLANG_TIDY.rst')
-rw-r--r--Help/variable/CMAKE_LANG_CLANG_TIDY.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_CLANG_TIDY.rst b/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
new file mode 100644
index 0000000..492c12c
--- /dev/null
+++ b/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
@@ -0,0 +1,6 @@
+CMAKE_<LANG>_CLANG_TIDY
+-----------------------
+
+Default value for :prop_tgt:`<LANG>_CLANG_TIDY` target property.
+This variable is used to initialize the property on each target as it is
+created. This is done only when ``<LANG>`` is ``C`` or ``CXX``.