Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+0 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -0/+1 |
* | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -1/+0 |
* | When inheriting a default argument expression, inherit the full expression, | John McCall | 2010-05-04 | 1 | -4/+46 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -3/+3 |
* | add support for codegening CXXZeroInitValueExprs | Nuno Lopes | 2009-10-18 | 1 | -1/+8 |
* | Handle destruction of temporaries used in default argument | Fariborz Jahanian | 2009-08-05 | 1 | -2/+12 |
* | Handle temporaries in default arguments. | Anders Carlsson | 2009-06-16 | 1 | -0/+15 |