================ @@ -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); ---------------- timon-ul wrote:
I don't really care about the name but it didn't quite "feel" like a queue to me. https://github.com/llvm/llvm-project/pull/177564 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
