summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/LANG_CLANG_TIDY.rst
diff options
context:
space:
mode:
authorAndrew Fuller <afuller@teradici.com>2020-11-04 20:46:51 -0800
committerAndrew Fuller <afuller@teradici.com>2020-11-05 11:39:32 -0800
commit1134064e22828605ce1ea387b8f96e38e5705463 (patch)
tree0b9caf582aca776f95814fc2f4a2b79dc74752cb /Help/prop_tgt/LANG_CLANG_TIDY.rst
parentda0a7d28a4560c3e135936c91d97b104c01616ad (diff)
downloadcmake-1134064e22828605ce1ea387b8f96e38e5705463.tar.gz
clang-tidy: allow OBJC and OBJCXX
Diffstat (limited to 'Help/prop_tgt/LANG_CLANG_TIDY.rst')
-rw-r--r--Help/prop_tgt/LANG_CLANG_TIDY.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/LANG_CLANG_TIDY.rst b/Help/prop_tgt/LANG_CLANG_TIDY.rst
index 7fc23721c7..af16d3c5bd 100644
--- a/Help/prop_tgt/LANG_CLANG_TIDY.rst
+++ b/Help/prop_tgt/LANG_CLANG_TIDY.rst
@@ -3,7 +3,7 @@
.. versionadded:: 3.6
-This property is implemented only when ``<LANG>`` is ``C`` or ``CXX``.
+This property is implemented only when ``<LANG>`` is ``C``, ``CXX``, ``OBJC`` or ``OBJCXX``.
Specify a :ref:`semicolon-separated list <CMake Language Lists>` containing a command
line for the ``clang-tidy`` tool. The :ref:`Makefile Generators`