labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
This sounds like a good compromise. ================ Comment at: lldb/include/lldb/Symbol/SymbolFile.h:197 + virtual size_t FindTypes(llvm::ArrayRef<CompilerContext> pattern, + llvm::SmallBitVector languages, bool append, TypeMap &types); ---------------- Is there a reason for using a SmallBitVector instead of the LanguageSet type here? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66546/new/ https://reviews.llvm.org/D66546 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits