[cfe-commits] r151428 - in /cfe/trunk/lib: CodeGen/CGBlocks.cpp CodeGen/CGClass.cpp CodeGen/CodeGenFunction.cpp CodeGen/CodeGenFunction.h Sema/SemaDeclCXX.cpp

Eli Friedman eli.friedman at gmail.com
Fri Feb 24 19:02:02 PST 2012


On Fri, Feb 24, 2012 at 6:48 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> Author: efriedma
> Date: Fri Feb 24 20:48:22 2012
> New Revision: 151428
>
> URL: http://llvm.org/viewvc/llvm-project?rev=151428&view=rev
> Log:
> Work-in-progress for lambda conversion-to-block operator.  Still need to implement the retain+autorelease outside of ARC, and there's a bug that causes the generated code to crash in ARC (which I think is unrelated to my code, although I'm not completely sure).

Correction: the generated code actually does work in ARC mode.  I was
just invoking the compiler the wrong way when I was testing.

-Eli




More information about the cfe-commits mailing list