Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both...
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 19 Nov 2016 00:30:56 +0000 (00:30 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 19 Nov 2016 00:30:56 +0000 (00:30 +0000)
commit66bfcb3ea59437b83a15cfe47413b7dc3c9714ee
treeba4960d3efee5c70b8da8396441983d4064175dc
parentf7d563c76c40acc361417ec1bdef6f15739516e4
Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.

Differential Revision: https://reviews.llvm.org/D26868

llvm-svn: 287411
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/SemaCXX/MicrosoftCompatibility.cpp