[Lldb-commits] [PATCH] D66507: Generalize FindTypes with CompilerContext to support fuzzy lookup

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 21 10:33:53 PDT 2019


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/include/lldb/Symbol/Type.h:42
 
+/// Match this context pattern (which may contain "Any" kinds)
+/// against the context chain of a type. Note that \p context_chain
----------------
nit: reflow


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66507/new/

https://reviews.llvm.org/D66507





More information about the lldb-commits mailing list