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 7c5915c commit 29da77aCopy full SHA for 29da77a
clang/lib/Sema/SemaHLSL.cpp
@@ -1382,7 +1382,6 @@ bool SemaHLSL::handleRootSignatureElements(
1382
llvm::hlsl::rootsig::DescriptorTableOffsetAppend) {
1383
// Manually specified the offset
1384
Offset = Clause->Offset;
1385
- Unbound = false;
1386
} else if (Unbound) {
1387
// Trying to append onto unbound offset
1388
Diag(Loc, diag::err_hlsl_appending_onto_unbound);
0 commit comments