summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-21 15:02:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-21 15:02:02 (GMT)
commit95cfb5457959cb221af60a63a39bc152bb024e58 (patch)
treecad4b7676cd8e42ad053a537caa314356d1082f4 /Help
parent45d74e9ad32592856852f92471c658256b619e6a (diff)
parent80ebc55a7ce934ee357c30713bcb96b209e97963 (diff)
downloadCMake-95cfb5457959cb221af60a63a39bc152bb024e58.zip
CMake-95cfb5457959cb221af60a63a39bc152bb024e58.tar.gz
CMake-95cfb5457959cb221af60a63a39bc152bb024e58.tar.bz2
Merge topic 'capture-clang-tidy-errors'
80ebc55a cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zero ce1abfa4 cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report why 44de6157 cmake: Comment why we ignore the include-what-you-use return code
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/capture-clang-tidy-errors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/capture-clang-tidy-errors.rst b/Help/release/dev/capture-clang-tidy-errors.rst
new file mode 100644
index 0000000..14c32e6
--- /dev/null
+++ b/Help/release/dev/capture-clang-tidy-errors.rst
@@ -0,0 +1,6 @@
+capture-clang-tidy-errors
+-------------------------
+
+* If a command specified by the :prop_tgt:`<LANG>_CLANG_TIDY` target property
+ returns non-zero at build time this is now treated as an error instead of
+ silently ignored.