This is an archive of the discontinued LLVM Phabricator instance.

Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
ClosedPublic

Authored by pcc on Nov 18 2016, 1:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 78576.Nov 18 2016, 1:29 PM
pcc retitled this revision from to Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations..
pcc updated this object.
pcc added reviewers: rnk, rsmith.
pcc added a subscriber: cfe-commits.
rnk accepted this revision.Nov 18 2016, 4:30 PM
rnk edited edge metadata.

Nice, lgtm

This revision is now accepted and ready to land.Nov 18 2016, 4:30 PM
This revision was automatically updated to reflect the committed changes.