[Lldb-commits] [PATCH] D48303: Don't take the address of an xvalue when printing an expr result
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 9 12:00:47 PDT 2018
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Thanks, LGTM. This looks pretty cut and dry. The evaluator shouldn't try to take the address of an rvalue.
https://reviews.llvm.org/D48303
More information about the lldb-commits
mailing list