aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructors.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-25C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith1-1/+55
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky1-4/+4
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola1-16/+12
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-11/+11
2011-11-02Don't build member initializers for zero-length or incomplete arrays,Douglas Gregor1-2/+0
2011-07-13Arrays are permitted to be zero-length in some situations.John McCall1-0/+11
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-2/+2
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-10/+10
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-10/+10
2010-04-30Account for the VTT argument when making an implicit copy constructor forJohn McCall1-0/+12
2010-04-09Turn access control on by default in -cc1.John McCall1-1/+1
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall1-0/+94