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

Anders Carlsson andersca at mac.com
Thu Aug 6 12:22:20 PDT 2009


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 :)

Anders



More information about the cfe-commits mailing list