Allow elision of invocations of move constructors from temporary objects.
commitb6843e10c4e1b7898099ce8cfb125d7498cd2cc9
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 23:24:55 +0000 (27 23:24 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 23:24:55 +0000 (27 23:24 +0000)
tree33c86c65cede39636aab4a7764ca012565924a65
parent97799fa4e4ae4b8ead383c66e0cc353be5c716c8
Allow elision of invocations of move constructors from temporary objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/rvalue-references.cpp