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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 22 11:37:58 PDT 2019


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





More information about the lldb-commits mailing list