summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-04-08 20:09:27 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-13 13:56:10 (GMT)
commit5e62444cff5ead280a111c116a3fe810181379cf (patch)
tree83764d54d99f246c011defdd49e0ccfa658f8fd6 /Help/variable/CMAKE_LANG_CLANG_TIDY.rst
parent9ac11bc25d6b9f5e7db786034f922d96613e6143 (diff)
downloadCMake-5e62444cff5ead280a111c116a3fe810181379cf.zip
CMake-5e62444cff5ead280a111c116a3fe810181379cf.tar.gz
CMake-5e62444cff5ead280a111c116a3fe810181379cf.tar.bz2
Add options to run clang-tidy with the compiler
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.
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``.