[clang-tools-extra] [clang-tidy] Add an option to treat warnings as errors (PR #128221)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 12:29:48 PDT 2025
================
@@ -97,6 +97,9 @@ Improvements to clang-tidy
Note: this may lead to false negatives; downstream users may need to adjust
their checks to preserve existing behavior.
+- Improved :program:`clang-tidy-diff.py` script. Add the `-warnings-as-errors`
----------------
carlosgalvezp wrote:
Nit: "add the `-warnings-as-errors` _argument_ to treat warnings as errors.
https://github.com/llvm/llvm-project/pull/128221
More information about the cfe-commits
mailing list