You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on some debugging, I think we are looking at the '\\' in tryConsumeIdentifierUTF8Char, downstream of LexIdentifierContinue.
Perhaps that function needs to take a Size argument like tryConsumeIdentifierUCN does, so that it can correctly decode the Unicode char after the escaped newline.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Minimal test case
Godbolt example of failed compilation in clang 16
https://godbolt.org/z/TsMrbKqT6
Godbolt example of successful compilation with GCC 13.2
https://godbolt.org/z/hrzqcPKnn
Based on some debugging, I think we are looking at the '\\' in tryConsumeIdentifierUTF8Char, downstream of LexIdentifierContinue.
Perhaps that function needs to take a Size argument like tryConsumeIdentifierUCN does, so that it can correctly decode the Unicode char after the escaped newline.
The text was updated successfully, but these errors were encountered: