[clang] [llvm] [clang] Use separator for large numeric values in overflow diagnostic (PR #80939)
    Timm Baeder via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Feb  9 00:02:05 PST 2024
    
    
  
================
@@ -2187,6 +2188,12 @@ void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, bool Signed,
     }
   }
 
+  // Number of digits in a group between separators
----------------
tbaederr wrote:
```suggestion
  // Number of digits in a group between separators.
```
https://github.com/llvm/llvm-project/pull/80939
    
    
More information about the llvm-commits
mailing list