File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5132,7 +5132,7 @@ bool Type::isHLSLResourceWrapper() const {
5132
5132
5133
5133
CXXRecordDecl *RD = RT->getAsCXXRecordDecl ();
5134
5134
assert (RD != nullptr &&
5135
- " all HLSL structs and classes should be CXXRecordDecl" );
5135
+ " all HLSL structs and classes should be CXXRecordDecl" );
5136
5136
assert (RD->isCompleteDefinition () && " expecting complete type" );
5137
5137
if (RD->field_empty ()) {
5138
5138
return false ;
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ cbuffer CB {
159
159
static float SV;
160
160
// CHECK: VarDecl {{.*}} s7 'EmptyStruct' callinit
161
161
EmptyStruct s7;
162
- // CHECK: VarDecl {{.*}} Buf 'RWBuffer<float>':'hlsl::RWBuffer<float>' callinit
162
+ // CHECK: VarDecl {{.*}} Buf 'RWBuffer<float>':'hlsl::RWBuffer<float>' static callinit
163
163
RWBuffer <float > Buf;
164
164
// CHECK: VarDecl {{.*}} ea 'EmptyArrayTypedef':'float[10][0]'
165
165
EmptyArrayTypedef ea;
You can’t perform that action at this time.
0 commit comments