[clang] [llvm] Update Unicode tables to Unicode 18.0. (PR #198255)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Mon May 18 06:26:11 PDT 2026
================
@@ -52,6 +55,8 @@ extern int 𝛛; // expected-warning {{mathematical notation character <U+1D6DB>
extern int ₉; // expected-error {{character <U+2089> not allowed at the start of an identifier}} \\
expected-warning {{declaration does not declare anything}}
+extern int a\N{PICKLE}; // expected-error {{character <U+1FADD> not allowed in an identifier}}
----------------
cor3ntin wrote:
https://github.com/llvm/llvm-project/pull/198255
More information about the cfe-commits
mailing list