summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-direct-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC constructor call extension after b92d290e48e9 (r353181).James Y Knight2019-02-061-9/+18
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-7/+7
* Fix newlines.Daniel Dunbar2011-01-181-60/+60
* tests: Force a triple.Daniel Dunbar2011-01-181-1/+1
* Add support for explicit constructor calls in Microsoft mode.Francois Pichet2011-01-181-0/+60
OpenPOWER on IntegriCloud