summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/temporaries.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When binding an lvalue to a reference, we always need to pop temporaries.Anders Carlsson2010-02-041-0/+21
* Check in a test case and a nasty workaround for PR6199.Anders Carlsson2010-02-021-0/+18
* When transforming CXXExprWithTemporaries and CXXBindTemporaryExprDouglas Gregor2009-12-241-0/+14
* InitializationSequence handles binding to temporaries, so thatDouglas Gregor2009-12-241-0/+19
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson2009-11-131-0/+14
* Fix two bugs with temporaries:Anders Carlsson2009-11-131-0/+23
* If a member variable of reference type is bound to a temporary in its member ...Anders Carlsson2009-11-061-0/+17
* If a member initializer create temporaries we need to destroy them. Fixes PR5...Anders Carlsson2009-11-061-0/+33
* Add missing colons for FileCheck.Benjamin Kramer2009-10-311-3/+3
* When building a cast argument, make sure to bind the result to a temporary.Anders Carlsson2009-10-181-0/+22
* Convert temporaries.cpp to using FileCheck.Anders Carlsson2009-10-181-13/+25
* Rename temp-1.cpp to temporaries.cpp.Anders Carlsson2009-10-181-0/+83
OpenPOWER on IntegriCloud