[clang] [clang] Improve diagnostics for invalid named-universal-characters (PR #206326)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 00:26:21 PDT 2026
================
@@ -539,6 +539,10 @@ static bool ProcessNumericUCNEscape(const char *ThisTokBegin,
return !HasError;
}
+static bool AllowedInCharacterName(char C) {
----------------
cor3ntin wrote:
We are very inconsistent with that, Timm
https://github.com/llvm/llvm-project/pull/206326
More information about the cfe-commits
mailing list