================
@@ -306,25 +306,33 @@ std::vector<LocatedSymbol> 
findImplementors(llvm::DenseSet<SymbolID> IDs,
 
   RelationsRequest Req;
   Req.Predicate = Predicate;
-  Req.Subjects = std::move(IDs);
+  llvm::DenseSet<SymbolID> SeenIDs;
+  llvm::DenseSet<SymbolID> RecursiveSearch = std::move(IDs);
----------------
HighCommander4 wrote:

nit: maybe call this `Queue`?

https://github.com/llvm/llvm-project/pull/177564
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to