]> granicus.if.org Git - clang/commit
Initial codegen for block literals. This is a work in progress. I've
authorMike Stump <mrs@apple.com>
Thu, 12 Feb 2009 18:29:15 +0000 (18:29 +0000)
committerMike Stump <mrs@apple.com>
Thu, 12 Feb 2009 18:29:15 +0000 (18:29 +0000)
commitdf6b68c9487aed2042c7fc23db10a79f89083a11
treeb3d4d5f6c23d6dcc35c3adce230b2920eead71b8
parent4ab2414f297fab1b290e77bfc3b049ccf45eda81
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp