================
@@ -1847,19 +1851,46 @@ bool Lexer::LexUnicodeIdentifierStart(Token &Result,
uint32_t C,
return true;
}
+static const char *fastParseASCIIIdentifier(const char *CurPtr, const char*
BufferEnd) {
----------------
cor3ntin wrote:
```suggestion
static const char *fastParseASCIIIdentifier(const char *CurPtr,
[[maybe_unused]] const char* BufferEnd) {
```
This way you can get rid of the `#else`
https://github.com/llvm/llvm-project/pull/68962
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits