Changeset View
Changeset View
Standalone View
Standalone View
clang/test/Lexer/unicode.c
Show All 37 Lines | |||||
extern int 𑩐; | extern int 𑩐; | ||||
extern int 𐠈; | extern int 𐠈; | ||||
extern int ꙮ; | extern int ꙮ; | ||||
extern int \u1B4C; // BALINESE LETTER ARCHAIC JNYA - Added in Unicode 14 | extern int \u1B4C; // BALINESE LETTER ARCHAIC JNYA - Added in Unicode 14 | ||||
extern int \U00016AA2; // TANGSA LETTER GA - Added in Unicode 14 | extern int \U00016AA2; // TANGSA LETTER GA - Added in Unicode 14 | ||||
extern int \U0001E4D0; // 𞓐 NAG MUNDARI LETTER O - Added in Unicode 15 | extern int \U0001E4D0; // 𞓐 NAG MUNDARI LETTER O - Added in Unicode 15 | ||||
extern int _\N{TANGSA LETTER GA}; | extern int _\N{TANGSA LETTER GA}; | ||||
extern int _\N{TANGSALETTERGA}; // expected-error {{'TANGSALETTERGA' is not a valid Unicode character name}} \ | extern int _\N{TANGSALETTERGA}; // expected-error {{'TANGSALETTERGA' is not a valid Unicode character name}} \ | ||||
// expected-error {{expected ';' after top level declarator}} \ | |||||
// expected-note {{characters names in Unicode escape sequences are sensitive to case and whitespace}} | // expected-note {{characters names in Unicode escape sequences are sensitive to case and whitespace}} | ||||
// This character doesn't have the XID_Start property | // This character doesn't have the XID_Start property | ||||
extern int \U00016AC0; // TANGSA DIGIT ZERO // cxx-error {{expected unqualified-id}} \ | extern int \U00016AC0; // TANGSA DIGIT ZERO // cxx-error {{expected unqualified-id}} \ | ||||
// c2x-error {{expected identifier or '('}} | // c2x-error {{expected identifier or '('}} | ||||
▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines |