[Lldb-commits] [PATCH] D53662: Give the SymbolFile plugin enough information to efficiently do exact match lookups

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 29 17:07:33 PDT 2018


jingham added a comment.

You could also get multiple matches if you had classes in anonymous namespaces with the same name in multiple compile units.


https://reviews.llvm.org/D53662





More information about the lldb-commits mailing list