| Commit message (Expand) | Author | Age | Files | Lines |
| * | In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an | Peter Collingbourne | 2011-11-27 | 1 | -0/+18 |
| * | Track whether an AggValueSlot is potentially aliased, and do not | John McCall | 2011-08-25 | 1 | -3/+3 |
| * | A number of array-related IR-gen cleanups. | John McCall | 2011-07-09 | 1 | -13/+9 |
| * | Fix some obvious bugs in the conditional-cleanup code and then make the | John McCall | 2011-01-26 | 1 | -4/+2 |
| * | Reset the lifetime-managed flag between emission of the agg conditional | John McCall | 2010-11-17 | 1 | -0/+32 |
| * | Fix a bug with binding l-values to elided temporaries, and leave a couple | John McCall | 2010-09-18 | 1 | -1/+18 |
| * | Right, there are *two* cases of pr-value class-type expressions that don't | John McCall | 2010-09-16 | 1 | -0/+34 |
| * | Test hardening. | John McCall | 2010-09-15 | 1 | -6/+6 |
| * | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -0/+104 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -0/+18 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -18/+0 |
| * | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -0/+18 |
| * | Tweak test for destruction of copied temporary objects | Douglas Gregor | 2010-04-25 | 1 | -0/+1 |
| * | When copying a temporary object to initialize an entity for which the | Douglas Gregor | 2010-04-25 | 1 | -0/+18 |
| * | Fix PR6648 by not creating a temporary with the type of a | Rafael Espindola | 2010-03-21 | 1 | -0/+13 |
| * | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor | 2010-03-13 | 1 | -1/+1 |
| * | Re-revert the explicit template instantiation linkage patch. I am beginning t... | Douglas Gregor | 2010-03-13 | 1 | -1/+1 |
| * | Reinstate patch to turn explicit template instantiations into weak symbols | Douglas Gregor | 2010-03-13 | 1 | -1/+1 |
| * | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor | 2010-03-12 | 1 | -1/+1 |
| * | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor | 2010-03-12 | 1 | -1/+1 |
| * | When binding an lvalue to a reference, we always need to pop temporaries. | Anders Carlsson | 2010-02-04 | 1 | -0/+21 |
| * | Check in a test case and a nasty workaround for PR6199. | Anders Carlsson | 2010-02-02 | 1 | -0/+18 |
| * | When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr | Douglas Gregor | 2009-12-24 | 1 | -0/+14 |
| * | InitializationSequence handles binding to temporaries, so that | Douglas Gregor | 2009-12-24 | 1 | -0/+19 |
| * | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -0/+14 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
| * | Don't bind arguments to temporaries if the argument has a reference type. | Anders Carlsson | 2009-11-13 | 1 | -0/+14 |
| * | Fix two bugs with temporaries: | Anders Carlsson | 2009-11-13 | 1 | -0/+23 |
| * | If a member variable of reference type is bound to a temporary in its member ... | Anders Carlsson | 2009-11-06 | 1 | -0/+17 |
| * | If a member initializer create temporaries we need to destroy them. Fixes PR5... | Anders Carlsson | 2009-11-06 | 1 | -0/+33 |
| * | Add missing colons for FileCheck. | Benjamin Kramer | 2009-10-31 | 1 | -3/+3 |
| * | When building a cast argument, make sure to bind the result to a temporary. | Anders Carlsson | 2009-10-18 | 1 | -0/+22 |
| * | Convert temporaries.cpp to using FileCheck. | Anders Carlsson | 2009-10-18 | 1 | -13/+25 |
| * | Rename temp-1.cpp to temporaries.cpp. | Anders Carlsson | 2009-10-18 | 1 | -0/+83 |