On Fri, Feb 24, 2012 at 6:48 PM, Eli Friedman <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
