]> granicus.if.org Git - clang/commit
In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.
authorJohn McCall <rjmccall@apple.com>
Tue, 25 Sep 2012 08:00:39 +0000 (08:00 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 25 Sep 2012 08:00:39 +0000 (08:00 +0000)
commitbd31574a0f01da2cb2abde004b36772eb8a048dc
tree497d02e1b7d92b774a0bd40c4f026ebca8a99d12
parentea30e2f8667668173cf7433c3c80cf603bd922a4
In the MS ABI, ctors return 'this'.  Patch by Dmitry Sokolov.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-abi-constructors.cpp
test/CodeGenCXX/microsoft-abi-methods.cpp
test/CodeGenCXX/microsoft-abi-static-initializers.cpp