Skip to content

Commit 004c40e

Browse files
committed
Move KEYDEFERTS to header
1 parent 3a8741e commit 004c40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/IdentifierTable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ enum TokenKey : unsigned {
7676
KEYZOS = 0x2000000,
7777
KEYNOZOS = 0x4000000,
7878
KEYHLSL = 0x8000000,
79-
KEYFIXEDPOINT = 0x10000000,
80-
KEYMAX = KEYFIXEDPOINT, // The maximum key
79+
KEYDEFERTS = 0x20000000,
80+
KEYMAX = KEYDEFERTS, // The maximum key
8181
KEYALLCXX = KEYCXX | KEYCXX11 | KEYCXX20,
8282
KEYALL = (KEYMAX | (KEYMAX - 1)) & ~KEYNOMS18 & ~KEYNOOPENCL &
8383
~KEYNOZOS // KEYNOMS18, KEYNOOPENCL, KEYNOZOS are excluded.

0 commit comments

Comments
 (0)