================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
