[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 18:47:47 PDT 2025
================
@@ -249,6 +249,10 @@ Changes in existing checks
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
literal suffixes added in C++23 and C23.
+- Improved :doc:`modernize-use-std-format
+ <clang-tidy/checks/modernize/use-std-format>` now correctly replaces signed types, and correctly
----------------
EugeneZelenko wrote:
Please follow 80 characters limit.
https://github.com/llvm/llvm-project/pull/155200
More information about the llvm-commits
mailing list