[clang-tools-extra] [clang-tidy] Avoid overflow when dumping unsigned integer values (PR #85060)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 03:49:10 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``.
----------------
PiotrZSL wrote:
should be in line 103, and rebase your changes
https://github.com/llvm/llvm-project/pull/85060
More information about the cfe-commits
mailing list