[Lldb-commits] [PATCH] D75481: [lldb] Don't iterate over a std::set<Type*> in SymbolFileDWARF::GetTypes to make it deterministic

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 2 14:56:41 PST 2020


teemperor planned changes to this revision.
teemperor added a comment.

Just realized that this should be `llvm::SetVector` not `UniqueVector` ...


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75481/new/

https://reviews.llvm.org/D75481





More information about the lldb-commits mailing list