[Lldb-commits] [PATCH] D31368: Add support for sythetic operator dereference
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 10:28:18 PDT 2017
jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.
The idea here seems fine, but why does StackFrame have to know the magic $$dereference$$? Why can't it call the Dereference on the synthetic value?
https://reviews.llvm.org/D31368
More information about the lldb-commits
mailing list