[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:02:08 PDT 2024


https://github.com/PiotrZSL approved this pull request.

- One code duplication that could be avoided.
- Add entry in release notes, about fixing issue with big unsigned config option values printed as negative numbers in --dump-config

Overall, fine.
As for misc-throw-by-value-catch-by-reference check, we may need to use optional in future for this and fix documentation.

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


More information about the cfe-commits mailing list