[cfe-commits] r66007 - in /cfe/trunk/lib/CodeGen: CGBlocks.cpp CGDecl.cpp CGExpr.cpp CodeGenFunction.h CodeGenModule.h

Chris Lattner clattner at apple.com
Tue Mar 3 19:56:59 PST 2009


On Mar 3, 2009, at 7:23 PM, Mike Stump wrote:

> Author: mrs
> Date: Tue Mar  3 21:23:46 2009
> New Revision: 66007
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66007&view=rev
> Log:
> Improved ABI compliance for __block variables.  No testcases yet as we
> still give an unsupported error for them due to the fact this is a
> work in progress.

Ok, please don't duplicate BLOCK_NEEDS_FREE and friends in two headers  
though,

-Chris




More information about the cfe-commits mailing list