aprantl marked an inline comment as done.
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Symbol/SymbolFile.h:197
+ virtual size_t FindTypes(llvm::ArrayRef<CompilerContext> pattern,
+ llvm::SmallBitVector languages, bool append,
TypeMap &types);
----------------
labath wrote:
> Is there a reason for using a SmallBitVector instead of the LanguageSet type
> here?
No! Thanks. That's a leftover.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66546/new/
https://reviews.llvm.org/D66546
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits