[Lldb-commits] [PATCH] D33083: [Expression parser] Look up module symbols before hunting globally
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 10 19:12:34 PDT 2017
clayborg added a comment.
There is a SymbolContext function sorts types based on the context contained in a SymbolContext. Seems like we should do the same thing here? See SymbolContext::SortTypeList().
https://reviews.llvm.org/D33083
More information about the lldb-commits
mailing list