[Lldb-commits] [PATCH] D31366: Do not dereference std::unique_ptr by default
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 10:36:13 PDT 2017
jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.
This test compiles correctly on Darwin if you pass the --std=c++11 flag. lldbtest has a getstdFlag that returns the correct std value in this case. Can you get the test running on Darwin with this?
Other than that this looks fine to me.
https://reviews.llvm.org/D31366
More information about the lldb-commits
mailing list