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 d944fff commit 2123282Copy full SHA for 2123282
clang/lib/Parse/ParseHLSLRootSignature.cpp
@@ -96,7 +96,7 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
96
DescriptorTableClause Clause;
97
switch (CurToken.Kind) {
98
default:
99
- break; // Unreachable given Try + assert pattern
+ llvm_unreachable("Switch for consumed token was not provided");
100
case TokenKind::kw_CBV:
101
Clause.Type = ClauseType::CBuffer;
102
break;
0 commit comments