File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1144,15 +1144,14 @@ struct PerVisibilityBindingChecker {
11441144 bool HadOverlap = false ;
11451145
11461146 using llvm::hlsl::BindingInfoBuilder;
1147- auto ReportOverlap = [this , &HadOverlap](
1148- const BindingInfoBuilder &Builder,
1149- const BindingInfoBuilder ::Binding &Reported) {
1147+ auto ReportOverlap = [this ,
1148+ &HadOverlap]( const BindingInfoBuilder &Builder,
1149+ const llvm::hlsl ::Binding &Reported) {
11501150 HadOverlap = true ;
11511151
11521152 const auto *Elem =
11531153 static_cast <const hlsl::RootSignatureElement *>(Reported.Cookie );
1154- const BindingInfoBuilder::Binding &Previous =
1155- Builder.findOverlapping (Reported);
1154+ const llvm::hlsl::Binding &Previous = Builder.findOverlapping (Reported);
11561155 const auto *PrevElem =
11571156 static_cast <const hlsl::RootSignatureElement *>(Previous.Cookie );
11581157
You can’t perform that action at this time.
0 commit comments