================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
