summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Look through parentheses when deciding whether an expr is a temporary ↵Anders Carlsson2010-11-281-0/+22
| | | | | | object. Fixes PR8683. llvm-svn: 120247
* Do not elide copy construction when we're performing base-class initializationDouglas Gregor2010-08-221-0/+26
| | | | llvm-svn: 111783
* Make copy constructor elimination work in more cases; the case in questionEli Friedman2009-12-241-0/+7
here affects clang-on-clang. llvm-svn: 92151
OpenPOWER on IntegriCloud