=?utf-8?q?Björn_Schäpers?= <[email protected]>, =?utf-8?q?Björn_Schäpers?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
owenca wrote: When I designed [`IntegerLiteralSeparator`](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#integerliteralseparator), I included "if negative, remove separators" for completeness because of the virtually zero overhead, even though I didn't think anyone would use it. After I added `BinaryMinDigits`, etc. integer literals having fewer digits than the minimum would have all separators removed. I guess you are trying to set a maximum number of digits for removing separators? https://github.com/llvm/llvm-project/pull/164286 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
