We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7e458 commit 68b7891Copy full SHA for 68b7891
clang/test/CodeGenHLSL/use-cxx-alt-operator-names.hlsl renamed to clang/test/SemaHLSL/use-cxx-alt-operator-names.hlsl
@@ -1,11 +1,4 @@
1
-
2
-// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
3
-// RUN: dxil-pc-shadermodel6.3-library %s \
4
-// RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s
5
6
7
-// RUN: spirv-unknown-vulkan-compute %s \
8
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library %s -ast-dump | FileCheck %s
9
10
// CHECK-LABEL: and
11
void and() {}
0 commit comments