[clang] [clang] Format bitfield width diagnostics with thousands-separators (PR #117763)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 02:58:59 PST 2024
cor3ntin wrote:
> Wondering if we should have a toString() version that does this automatically,
Yes, I think either a `toStringWithDigitSeparators` function, or an overload taking an enum rather than a whole bunch of bool would improve this code a lot.
https://github.com/llvm/llvm-project/pull/117763
More information about the cfe-commits
mailing list