================
@@ -2144,6 +2144,7 @@ bool Lexer::LexNumericConstant(Token &Result, const char
*CurPtr) {
// If we have a digit separator, continue.
if (C == '\'' && LangOpts.AllowLiteralDigitSeparator) {
auto [Next, NextSize] = getCharAndSizeNoWarn(CurPtr + Size, LangOpts);
+ // digit or non-digit
----------------
AaronBallman wrote:
```suggestion
// Digit or non-digit.
```
https://github.com/llvm/llvm-project/pull/208490
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits