[clang] [llvm] [clang] Avoid printing overly large integer/_BitInt numbers in static assertion failure diagnostics #71675 (PR #145053)

Erich Keane via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 06:48:02 PDT 2025


================
@@ -647,7 +647,11 @@ Improvements to Clang's diagnostics
   #GH69470, #GH59391, #GH58172, #GH46215, #GH45915, #GH45891, #GH44490,
   #GH36703, #GH32903, #GH23312, #GH69874.
 
-  
+- Improved the performance of static assertions involving large integers by
+  using hex format instead of string for particularly large values.
----------------
erichkeane wrote:

Are we still using hex?

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


More information about the llvm-commits mailing list