[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:56:18 PDT 2025
    
    
  
================
@@ -213,6 +213,11 @@ Changes in existing checks
   when the format string is converted to a different type by an implicit
   constructor call.
 
+- Improved :doc:`modernize-use-std-format 
----------------
EugeneZelenko wrote:
Sorry, I missed existing `modernize-use-std-format` entry. Convention is to have single entry per check. Just merge existing statement with your text. At least previous release should have such examples.
https://github.com/llvm/llvm-project/pull/155200
    
    
More information about the llvm-commits
mailing list