[Lldb-commits] [PATCH] D12602: Separate ClangExpressionVariable from ExpressionVariable
Sean Callanan via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 11:56:40 PDT 2015
spyffe added a comment.
Working on that now. I have to be careful not just to stuff ClangExpressionVariable* into ExpressionVariableSP, but to use shared_from_this, otherwise I get crashes in the testsuite. I'll update this patch once I get that cleaned up.
http://reviews.llvm.org/D12602
More information about the lldb-commits
mailing list