================
@@ -41,8 +41,9 @@ def KEYHLSL : TokenKey<0x8000000>;
 def KEYFIXEDPOINT : TokenKey<0x10000000>;
 def KEYDEFERTS : TokenKey<0x20000000>;
 def KEYNOHLSL : TokenKey<0x40000000>;
+def KEYCONTRACTS : TokenKey<0x80000000>;
----------------
cor3ntin wrote:

I think whether gating contracts behind a flag - hopefully just a cc1 flag for 
now - can be discussed.
However, i see no reason not to reserve `contract_assert` in C++26 
unconditionally.

https://github.com/llvm/llvm-project/pull/221139
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to