[cfe-commits] r105469 - in /cfe/trunk: lib/CodeGen/CGBlocks.cpp lib/CodeGen/CGBlocks.h test/CodeGenCXX/copy-in-cplus-object.cpp

John McCall rjmccall at apple.com
Fri Jun 4 09:42:48 PDT 2010


On Jun 4, 2010, at 9:10 AM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Fri Jun  4 11:10:00 2010
> New Revision: 105469
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=105469&view=rev
> Log:
> For C++ copied in objects, use copy constructors in
> setting up block's descriptor. This is on going work to
> support c++ specific issues in setting up blocks
> various APIs.

Every other place we've needed code like this has eventually required passing an Expr to IR gen.

John.



More information about the cfe-commits mailing list