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 3a8741e commit 004c40eCopy full SHA for 004c40e
clang/include/clang/Basic/IdentifierTable.h
@@ -76,8 +76,8 @@ enum TokenKey : unsigned {
76
KEYZOS = 0x2000000,
77
KEYNOZOS = 0x4000000,
78
KEYHLSL = 0x8000000,
79
- KEYFIXEDPOINT = 0x10000000,
80
- KEYMAX = KEYFIXEDPOINT, // The maximum key
+ KEYDEFERTS = 0x20000000,
+ KEYMAX = KEYDEFERTS, // The maximum key
81
KEYALLCXX = KEYCXX | KEYCXX11 | KEYCXX20,
82
KEYALL = (KEYMAX | (KEYMAX - 1)) & ~KEYNOMS18 & ~KEYNOOPENCL &
83
~KEYNOZOS // KEYNOMS18, KEYNOOPENCL, KEYNOZOS are excluded.
0 commit comments