xiaobai added a comment.

@jingham: Okay, so I tried to do what you suggested and that solution doesn't 
work because of ObjC++. After looking into it, it looks like Variable and 
Function just ask the CompileUnit for the language type instead of determining 
it themselves meaning that we determining the Variable's language boils down to 
asking the CompileUnit for its language. That can probably be improved, but I 
think that just relying on the SymbolContextScope alone isn't yet sufficient. I 
think it would be worth it to ask the SymbolContextScope before trying all the 
loaded language runtimes though. Would you be okay with that solution?


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

https://reviews.llvm.org/D63240



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

Reply via email to