summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/constructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-5/+10
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-1/+55
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-4/+4
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-16/+12
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-11/+11
* Don't build member initializers for zero-length or incomplete arrays,Douglas Gregor2011-11-021-2/+0
* Arrays are permitted to be zero-length in some situations.John McCall2011-07-131-0/+11
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-10/+10
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-10/+10
* Account for the VTT argument when making an implicit copy constructor forJohn McCall2010-04-301-0/+12
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-0/+94