================
@@ -539,6 +539,10 @@ static bool ProcessNumericUCNEscape(const char 
*ThisTokBegin,
   return !HasError;
 }
 
+static bool AllowedInCharacterName(char C) {
----------------
eisenwave wrote:

When did we start doing that, and why would it be 
`DiagnoseInvalidUnicodeCharacterName` (upper case) but `allowedInCharacterName` 
(lower case)?

https://github.com/llvm/llvm-project/pull/206326
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to