charles-zablit wrote: > `std::set` or `llvm::UniqueVector` perhaps?
`llvm::UniqueVector` looks like what we need. I might be wrong but I think that `std::set` sorts the elements, while we want to preserve the insertion order. https://github.com/llvm/llvm-project/pull/165281 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
