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 18c1d96 commit bacce4fCopy full SHA for bacce4f
clang/test/AST/HLSL/cbuffer.hlsl
@@ -73,10 +73,10 @@ cbuffer CB {
73
RWBuffer<float> f2[2];
74
// CHECK: VarDecl {{.*}} g2 'groupshared float'
75
groupshared float g2;
76
- // CHECK: VarDecl {{.*}} e2 'hlsl_constant float'
77
- float e2;
78
// CHECK: VarDecl {{.*}} h2 '__hlsl_resource_t'
79
__hlsl_resource_t h2;
+ // CHECK: VarDecl {{.*}} e2 'hlsl_constant float'
+ float e2;
80
// CHECK: CXXRecordDecl {{.*}} implicit referenced struct __cblayout_CB_1 definition
81
// CHECK: PackedAttr
82
// CHECK-NEXT: FieldDecl {{.*}} a2 'float'
0 commit comments