1. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  2. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  3. 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
  4. bceb755 In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an by Peter Collingbourne · 13 years ago
  5. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  6. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  7. 4bbcbda Fix some obvious bugs in the conditional-cleanup code and then make the by John McCall · 14 years ago
  8. 74fb0ed Reset the lifetime-managed flag between emission of the agg conditional by John McCall · 14 years ago
  9. fc1e6c7 Fix a bug with binding l-values to elided temporaries, and leave a couple by John McCall · 14 years ago
  10. 19e60ad Right, there are *two* cases of pr-value class-type expressions that don't by John McCall · 14 years ago
  11. 465e8c1 Test hardening. by John McCall · 14 years ago
  12. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  13. ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 14 years ago
  14. 8474567 Revert r107828 and r107827, the fix for PR7556, which seems to be by Douglas Gregor · 14 years ago
  15. 63ef464 Do not use CXXZeroValueInitExpr for class types. Instead, use by Douglas Gregor · 14 years ago
  16. 9994eed Tweak test for destruction of copied temporary objects by Douglas Gregor · 14 years ago
  17. b86cf0c When copying a temporary object to initialize an entity for which the by Douglas Gregor · 14 years ago
  18. 8682bda Fix PR6648 by not creating a temporary with the type of a by Rafael Espindola · 14 years ago
  19. 8f51a4f Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 14 years ago
  20. 34fd284 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 14 years ago
  21. 8721360 Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 14 years ago
  22. 4ea9006 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 14 years ago
  23. e5e0c9d Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 14 years ago
  24. 0dc7366 When binding an lvalue to a reference, we always need to pop temporaries. by Anders Carlsson · 15 years ago
  25. 2e13db8 Check in a test case and a nasty workaround for PR6199. by Anders Carlsson · 15 years ago
  26. 5132655 When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr by Douglas Gregor · 15 years ago
  27. 65552c4 InitializationSequence handles binding to temporaries, so that by Douglas Gregor · 15 years ago
  28. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  29. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  30. 4b3cbea Don't bind arguments to temporaries if the argument has a reference type. by Anders Carlsson · 15 years ago
  31. 03d8ed4 Fix two bugs with temporaries: by Anders Carlsson · 15 years ago
  32. 5e1b918 If a member variable of reference type is bound to a temporary in its member initializer it needs to be destroyed at the end of the constructor. by Anders Carlsson · 15 years ago
  33. 1faf674 If a member initializer create temporaries we need to destroy them. Fixes PR5077. by Anders Carlsson · 15 years ago
  34. 3114af3 Add missing colons for FileCheck. by Benjamin Kramer · 15 years ago
  35. 4fa2684 When building a cast argument, make sure to bind the result to a temporary. by Anders Carlsson · 15 years ago
  36. fa4f550 Convert temporaries.cpp to using FileCheck. by Anders Carlsson · 15 years ago
  37. 8dafd5f Rename temp-1.cpp to temporaries.cpp. by Anders Carlsson · 15 years ago[Renamed from test/CodeGenCXX/temp-1.cpp]
  38. 283e4d5 If a function call returns a reference, don't bind it to a temporary. by Anders Carlsson · 15 years ago
  39. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  40. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  41. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  42. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  43. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago