[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:59:30 PDT 2010
On Jun 4, 2010, at 9:58 AM, Fariborz Jahanian wrote:
>
> On Jun 4, 2010, at 9:42 AM, John McCall wrote:
>
>>
>> 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.
>
> Yes. I am in the process of providing such expressions in the AST nodes.
Okay, just making sure we were on the same page.
John.
More information about the cfe-commits
mailing list