=?utf-8?q?Björn_Schäpers?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
owenca wrote: > This basically adds a Leave option for a specific range of literals. Can you elaborate? If the max decimal digits value is set to 4, and everything else is left at the default, what will be `1234`, `1'234`, and `12'34` be reformatted to? What about `12345`, `12'345`, and `12'3'45`? (Will `123` and `1'2'3` be left alone?) https://github.com/llvm/llvm-project/pull/164286 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
