]> granicus.if.org Git - clang/commit
[MS ABI] Import move assignment operators
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 11 May 2015 03:00:22 +0000 (03:00 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 11 May 2015 03:00:22 +0000 (03:00 +0000)
commit241d45714d1f68942f58c255b9ceed85fe42e283
treecf94afe639d35682bc562ac327e1d8b9cd5c8fc0
parentf821aa0d34476192bea3de6878d1decd090086d2
[MS ABI] Import move assignment operators

MSVC 2015 changed behavior from 2013; it imports move assignment
operators.

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