summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms_struct.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-1/+1
| | | | | | | This reverts commit https://reviews.llvm.org/rL344150 which causes MachineOutliner related failures on the ppc64le multistage buildbot. llvm-svn: 344526
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-1/+1
| | | | | | | | | This is currently a clang extension and a resolution of the defect report in the C++ Standard. Differential Revision: https://reviews.llvm.org/D46441 llvm-svn: 344150
* ms_struct does not imply the MS base-layout ABI; separate theseJohn McCall2015-04-281-0/+33
conditions in the IRGen struct layout code. rdar://20636558 llvm-svn: 235949
OpenPOWER on IntegriCloud