diff options
author | Stefan Schober <stenny.schober@gmail.com> | 2023-03-24 15:06:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-27 15:48:41 (GMT) |
commit | 099934e3139263b9f5bcb420c81ae7a10fdfb61e (patch) | |
tree | c1a19abd5462b53cc4602041d9eb207d515f933b /Help/prop_tgt/LANG_CLANG_TIDY.rst | |
parent | c4c4ca0e87a900bf077b05b79b9a2198ec7493d6 (diff) | |
download | CMake-099934e3139263b9f5bcb420c81ae7a10fdfb61e.zip CMake-099934e3139263b9f5bcb420c81ae7a10fdfb61e.tar.gz CMake-099934e3139263b9f5bcb420c81ae7a10fdfb61e.tar.bz2 |
Add generator expression support to static code analysis hooks
Teach target properties `<LANG>_CPPCHECK`, `<LANG>_CPPLINT`,
`<LANG>_CLANG_TIDY` and `<LANG>_INCLUDE_WHAT_YOU_USE` to accept
generator expressions.
Diffstat (limited to 'Help/prop_tgt/LANG_CLANG_TIDY.rst')
-rw-r--r-- | Help/prop_tgt/LANG_CLANG_TIDY.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/LANG_CLANG_TIDY.rst b/Help/prop_tgt/LANG_CLANG_TIDY.rst index 31f1876..1e10933 100644 --- a/Help/prop_tgt/LANG_CLANG_TIDY.rst +++ b/Help/prop_tgt/LANG_CLANG_TIDY.rst @@ -25,3 +25,8 @@ command line. This property is initialized by the value of the :variable:`CMAKE_<LANG>_CLANG_TIDY` variable if it is set when a target is created. + +.. versionadded:: 3.27 + + This property supports + :manual:`generator expressions <cmake-generator-expressions(7)>`. |