[cfe-commits] r130930 - in /cfe/trunk: lib/Sema/TreeTransform.h test/CodeGenObjCXX/block-in-template-inst.mm

John McCall rjmccall at apple.com
Thu May 5 14:37:14 PDT 2011


On May 5, 2011, at 10:18 AM, Fariborz Jahanian wrote:
> Author: fjahanian
> Date: Thu May  5 12:18:12 2011
> New Revision: 130930
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=130930&view=rev
> Log:
> When instantiating a block expression, the instantiated
> blockScopeInfo's CapturesCXXThis field need get set as
> well. // rdar://9362021. John M. please review.

Hmm.  I'm curious why the rebuild didn't mark 'this' as requiring a capture.

Regardless, it should be safe.

John.



More information about the cfe-commits mailing list