[Lldb-commits] [PATCH] D66546: Extend FindTypes w/ CompilerContext to allow filtering by language

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 22 12:13:48 PDT 2019


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





More information about the lldb-commits mailing list