summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/default-arg-temps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+0
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-0/+1
* Do not use CXXZeroValueInitExpr for class types. Instead, useDouglas Gregor2010-07-071-1/+0
* When inheriting a default argument expression, inherit the full expression,John McCall2010-05-041-4/+46
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* add support for codegening CXXZeroInitValueExprsNuno Lopes2009-10-181-1/+8
* Handle destruction of temporaries used in default argumentFariborz Jahanian2009-08-051-2/+12
* Handle temporaries in default arguments.Anders Carlsson2009-06-161-0/+15