summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/default-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-3/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Ensure that default arguments are handled correctly in sub scopes. For example:James Molloy2012-03-131-0/+11
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-5/+1
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+7
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-7/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Handle cases where we're constructing an array of objects and the constructor...Anders Carlsson2009-11-241-1/+57
* Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484.Anders Carlsson2009-11-141-0/+13