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
This commit is contained in:
Brad King
2016-11-21 10:02:02 -05:00
committed by CMake Topic Stage
8 changed files with 39 additions and 7 deletions

View File

@@ -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.