[cfe-commits] r113962 - in /cfe/trunk: include/clang/AST/ lib/AST/ lib/CodeGen/ lib/Sema/ test/CodeGenCXX/ test/SemaCXX/
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Sep 15 13:54:01 PDT 2010
On Sep 15, 2010, at 1:41 PM, John McCall wrote:
> On Sep 15, 2010, at 10:06 AM, Sebastian Redl wrote:
>> On Sep 15, 2010, at 3:14 AM, John McCall wrote:
>>> Implement generalized copy elision
>>
>> Does this mean we can finally finish our rvalue ref implementation?
>
> Can you explain how this was blocking that?
I think the main blocker for rvalue refs is that we're not correctly preferring moving over copying when the copy constructor could be elided.
Sebastian
More information about the cfe-commits
mailing list