[clang] [clang] Improve diagnostics for invalid named-universal-characters (PR #206326)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 22:07:06 PDT 2026
================
@@ -539,6 +539,10 @@ static bool ProcessNumericUCNEscape(const char *ThisTokBegin,
return !HasError;
}
+static bool AllowedInCharacterName(char C) {
----------------
tbaederr wrote:
I only used this function as an example, they should all start lowercase.
https://github.com/llvm/llvm-project/pull/206326
More information about the cfe-commits
mailing list