[clang-tools-extra] [clang-tidy] Avoid overflow when dumping unsigned integer values (PR #85060)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 08:33:12 PDT 2024


================
@@ -251,6 +251,9 @@ Miscellaneous
   option is specified. Now ``clang-apply-replacements`` applies formatting only with
   the option.
 
+- Fixed bug where big values for unsigned check options overflowed into negative values
+  when being printed with ``--dump-config``.
----------------
ealcdan wrote:

I moved it there and rebased the commit

https://github.com/llvm/llvm-project/pull/85060


More information about the cfe-commits mailing list