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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 08:20:17 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 envolving large integers by
+  using hex format instead of string.
----------------
erichkeane wrote:

```suggestion
  using hex format instead of string for particularly large values.
```

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


More information about the cfe-commits mailing list