Skip to content

Commit a7dcfc8

Browse files
authored
Merge branch 'users/inbelic/pr-147115' into inbelic/rs-move-range-logic
2 parents 969f316 + b49cfb8 commit a7dcfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ void SemaHLSL::ActOnFinishRootSignatureDecl(
10661066
SourceLocation Loc, IdentifierInfo *DeclIdent,
10671067
ArrayRef<hlsl::RootSignatureElement> RootElements) {
10681068

1069-
if (handleRootSignatureElements(RootElements, Loc))
1069+
if (handleRootSignatureElements(RootElements))
10701070
return;
10711071

10721072
SmallVector<llvm::hlsl::rootsig::RootElement> Elements;

0 commit comments

Comments
 (0)