]> granicus.if.org Git - clang/commit
Changed Sema::CheckForConstantInitializer to allow global block literals.
authorSteve Naroff <snaroff@apple.com>
Thu, 2 Oct 2008 17:12:56 +0000 (17:12 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 2 Oct 2008 17:12:56 +0000 (17:12 +0000)
commit8af6a451ea075de1c9ec7cea0cd59f13cfc53adf
tree2cb1aea0b56b11b3de1d4f80a502e44f0bc3a14a
parent91cd320ea2b7da98227869b0dd803a4953c076d0
Changed Sema::CheckForConstantInitializer to allow global block literals.
This commit also includes some name changes in the blocks rewriter (no functionality change).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56955 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteBlocks.cpp
lib/Sema/SemaDecl.cpp
test/Sema/block-literal.c