diff options
author | Andrew Fuller <afuller@teradici.com> | 2020-11-05 04:46:51 (GMT) |
---|---|---|
committer | Andrew Fuller <afuller@teradici.com> | 2020-11-05 19:39:32 (GMT) |
commit | 1134064e22828605ce1ea387b8f96e38e5705463 (patch) | |
tree | 0b9caf582aca776f95814fc2f4a2b79dc74752cb /Help/prop_tgt | |
parent | da0a7d28a4560c3e135936c91d97b104c01616ad (diff) | |
download | CMake-1134064e22828605ce1ea387b8f96e38e5705463.zip CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.gz CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.bz2 |
clang-tidy: allow OBJC and OBJCXX
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/LANG_CLANG_TIDY.rst | 2 |
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 7fc2372..af16d3c 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` |