summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/default-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud