aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/constructors.cpp
AgeCommit message (Expand)Author
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