[cfe-commits] r78331 - in /cfe/trunk/lib: CodeGen/CGCXX.cpp Sema/SemaExprCXX.cpp Sema/SemaInit.cpp

Fariborz Jahanian fjahanian at apple.com
Thu Aug 6 12:34:46 PDT 2009


On Aug 6, 2009, at 12:22 PM, Anders Carlsson wrote:

>
> On Aug 6, 2009, at 12:12 PM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Thu Aug  6 14:12:38 2009
>> New Revision: 78331
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=78331&view=rev
>> Log:
>> Set and use Elidable in elimination of copy ctors.
>
> Yay! I was going to reply to your previous commit e-mail and tell  
> you to do this, but I guess you beat me to it! :)
>
> (I don't know yet if we make sure not to call destructors for  
> constructors that are elided though :)

I am eliding default copy constructors  involved in initialization at  
this time.
But your point is very valid.

- fariborz


>
>
> Anders




More information about the cfe-commits mailing list