================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to