[clang] [HLSL] Align language modes on 202x as default (PR #108662)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 14:12:26 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
----------------
bob80905 wrote:
I do not understand where this 2028 is coming from. Is 202x intended to be 2028?
https://github.com/llvm/llvm-project/pull/108662
More information about the cfe-commits
mailing list