summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/microsoft-abi-constructors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov2013-01-211-0/+11
| | | | llvm-svn: 173035
* clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi2012-09-251-5/+4
| | | | llvm-svn: 164594
* In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall2012-09-251-4/+8
| | | | llvm-svn: 164592
* Fix bug 12574 - Avoid infinite recursion in constructors and destructors ↵Timur Iskhodzhanov2012-04-201-0/+21
when using Microsoft C++ ABI llvm-svn: 155189
OpenPOWER on IntegriCloud