]> granicus.if.org Git - clang/commit
Make copy constructor elimination work in more cases; the case in question
authorEli Friedman <eli.friedman@gmail.com>
Thu, 24 Dec 2009 23:33:34 +0000 (23:33 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 24 Dec 2009 23:33:34 +0000 (23:33 +0000)
commitcb48f8a60ad26b56d299cca9a57f8ea683d8a909
tree1b7483d8242c2a2a4cd8deda113476b76cdd7736
parent6be112049b24ffaa8508646aa695834b4b5ca2b2
Make copy constructor elimination work in more cases; the case in question
here affects clang-on-clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92151 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/copy-constructor-elim-2.cpp [new file with mode: 0644]