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 6912198 commit e96b347Copy full SHA for e96b347
clang/lib/Parse/ParseHLSLRootSignature.cpp
@@ -44,7 +44,7 @@ bool RootSignatureParser::parse() {
44
45
return consumeExpectedToken(TokenKind::end_of_stream,
46
diag::err_hlsl_unexpected_end_of_params,
47
- /*param of=*/TokenKind::kw_RootSignature));
+ /*param of=*/TokenKind::kw_RootSignature);
48
}
49
50
std::optional<RootConstants> RootSignatureParser::parseRootConstants() {
0 commit comments