aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/temporaries.cpp
AgeCommit message (Expand)Author
2009-11-13Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson
2009-11-13Fix two bugs with temporaries:Anders Carlsson
2009-11-06If a member variable of reference type is bound to a temporary in its member ...Anders Carlsson
2009-11-06If a member initializer create temporaries we need to destroy them. Fixes PR5...Anders Carlsson
2009-10-31Add missing colons for FileCheck.Benjamin Kramer
2009-10-18When building a cast argument, make sure to bind the result to a temporary.Anders Carlsson
2009-10-18Convert temporaries.cpp to using FileCheck.Anders Carlsson
2009-10-18Rename temp-1.cpp to temporaries.cpp.Anders Carlsson