[Lldb-commits] [PATCH] D80543: [lldb] Manual remove of DISALLOW_COPY_AND_ASSIGN def and one expansion
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 26 04:17:59 PDT 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
I am all for this, because makes lldb code more consistent with llvm (llvm used to have a LLVM_DELETED_FUNCTION macro, but it was removed as soon as c++11 came into being).
But please don't commit this straight away -- let's wait a couple of days to give people a chance to comment on things.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80543/new/
https://reviews.llvm.org/D80543
More information about the lldb-commits
mailing list