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 bc276aa commit 1103a27Copy full SHA for 1103a27
clang/lib/Parse/ParseHLSLRootSignature.cpp
@@ -205,7 +205,7 @@ std::optional<RootDescriptor> RootSignatureParser::parseRootDescriptor() {
205
return std::nullopt;
206
}
207
208
- Param.Reg = Params->Reg.value();
+ Descriptor.Reg = Params->Reg.value();
209
210
if (consumeExpectedToken(TokenKind::pu_r_paren,
211
diag::err_hlsl_unexpected_end_of_params,
0 commit comments