[Lldb-commits] [PATCH] D46551: Inject only relevant local variables in the expression evaluation context
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 7 15:37:03 PDT 2018
jingham accepted this revision.
jingham added a comment.
I'm still a little sad we can't get this to happen correctly in clang's lookup, but this is a clever way to get the benefit of this workaround without paying all the cost, and is a fine temporary solution.
The implementation looks okay to me either way.
https://reviews.llvm.org/D46551
More information about the lldb-commits
mailing list