[clang] [HLSL] Align language modes on 202x as default (PR #108662)
Greg Roth via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 14:13:21 PDT 2024
================
@@ -12,7 +12,7 @@
// HALF: #define __HLSL_ENABLE_16_BIT 1
// NOHALF-NOT: __HLSL_ENABLE_16_BIT
-// CHECK: #define __HLSL_VERSION 2021
+// CHECK: #define __HLSL_VERSION 2028
----------------
pow2clk wrote:
2028 == 202x and 2029 == 202y I expect?
https://github.com/llvm/llvm-project/pull/108662
More information about the cfe-commits
mailing list