clayborg added a comment.

So I don't like it in ParseVariableDIE() because it means we must create the 
decl right away for the variable when parsing it. ParseVariableDIE is used to 
parse all variables everywhere and we don't need the CompilerDecl in order to 
display the Variable, so we don't need to create it right away. We can always 
associate it in the Variable::GetDecl() call.


http://reviews.llvm.org/D12658



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

Reply via email to