| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |

