[Lldb-commits] [PATCH] D12602: Separate ClangExpressionVariable from ExpressionVariable

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 3 18:30:02 PDT 2015


jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

Is there any reason ClangExpression::FindVariableInList doesn't work the same way as CreateVariableInList.  It seems like for that one you also usually want the ClangExpressionVariable when you call it?


http://reviews.llvm.org/D12602





More information about the lldb-commits mailing list