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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to