aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/constructors.cpp
AgeCommit message (Expand)Author
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-07-19[clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2017-02-25C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-11-02Don't build member initializers for zero-length or incomplete arrays,Douglas Gregor
2011-07-13Arrays are permitted to be zero-length in some situations.John McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-04-30Account for the VTT argument when making an implicit copy constructor forJohn McCall
2010-04-09Turn access control on by default in -cc1.John McCall
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall