diff options
Diffstat (limited to 'Help/release/dev/capture-clang-tidy-errors.rst')
-rw-r--r-- | Help/release/dev/capture-clang-tidy-errors.rst | 6 |
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. |