[clang-tools-extra] [llvm] [clang-tidy] modernize-use-std-format: Correct replacement types when signed stdint types are used, and when enums are printed in hex. #150343 (PR #155200)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 14:13:10 PDT 2025


================
@@ -150,6 +150,9 @@ Changes to the Debug Info
 Changes to the LLVM tools
 ---------------------------------
 
+* modernize-use-std-format now correctly replaces signed types, and correctly 
----------------
EugeneZelenko wrote:

Such entry should be in `clang-tools-extra/docs/ReleaseNotes.rst`. See other entries there as examples.

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


More information about the llvm-commits mailing list