We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004c40e commit 34ec829Copy full SHA for 34ec829
clang/include/clang/Basic/IdentifierTable.h
@@ -76,6 +76,7 @@ enum TokenKey : unsigned {
76
KEYZOS = 0x2000000,
77
KEYNOZOS = 0x4000000,
78
KEYHLSL = 0x8000000,
79
+ KEYFIXEDPOINT = 0x10000000,
80
KEYDEFERTS = 0x20000000,
81
KEYMAX = KEYDEFERTS, // The maximum key
82
KEYALLCXX = KEYCXX | KEYCXX11 | KEYCXX20,
0 commit comments