[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 18:00:56 PDT 2018
jingham added a comment.
Yes. You can't put them in the same CompileUnit because declaring variables of the type would be ambiguous (though all other references would be okay since ObjC method dispatch looks totally different from C++ method calling). But there's nothing keeping the same module from having a C++ and an ObjC class of the same name.
https://reviews.llvm.org/D53662
More information about the lldb-commits
mailing list