[cfe-commits] r64390 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp

Chris Lattner clattner at apple.com
Thu Feb 12 21:04:42 PST 2009


On Feb 12, 2009, at 10:29 AM, Mike Stump wrote:

> Author: mrs
> Date: Thu Feb 12 12:29:15 2009
> New Revision: 64390
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64390&view=rev
> Log:
> Initial codegen for block literals.  This is a work in progress.  I've
> tried to put FIXMEs on the most important things to fix up.  Lots left
> to do including more codegen, more documentation and cleaning code and
> style cleanups.

Hi Mike,

Can this move to CGBlocks.cpp?

-Chris




More information about the cfe-commits mailing list