================
@@ -74,15 +74,20 @@ enum TokenKey : unsigned {
KEYSYCL = 0x800000,
KEYCUDA = 0x1000000,
KEYZOS = 0x2000000,
- KEYNOZOS = 0x4000000,
+ // 0x4000000 was KEYNOZOS, which was unused. The value is kept reserved
----------------
dingcyrus wrote:
Ok, I'll prepare a follow-up PR to renumber the values and close the gap. I
plan to submit it next week. Thanks for the suggestion.
https://github.com/llvm/llvm-project/pull/207132
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits