]> granicus.if.org Git - clang/commit
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)
commit5e0225db709276332bf74b2068f0d36627096ca1
treeccc3d5e41f0eb346e1bf309b7c38920a852969d1
parentba16adfcc9d59b27fed49f6cfd839be35b10674a
Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/MicrosoftCompatibility.cpp