mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 16:36:05 +00:00

Add functionality to APInt::toString() that allows it to insert separators between groups of digits, using the C++ literal separator ' between groups. Fixes issue #58228 Reviewers: @AaronBallman, @cjdb, @tbaederr