]> granicus.if.org Git - clang/commit
Add parser/action support for block literal expressions.
authorSteve Naroff <snaroff@apple.com>
Thu, 28 Aug 2008 19:20:44 +0000 (19:20 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 28 Aug 2008 19:20:44 +0000 (19:20 +0000)
commit296e8d5fdcf9946f51e866adc8d281379e51efe9
treedaaa761eb0b9625ff204cc4c950692074f2a729f
parent982e674e39b8022ff7dc020f9ed371f3904549c3
Add parser/action support for block literal expressions.
Parser support for blocks is almost complete...just need to add support for the __block() storage class qualifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55495 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
include/clang/Parse/DeclSpec.h
include/clang/Parse/Parser.h
include/clang/Parse/Scope.h
lib/AST/ASTContext.cpp
lib/Parse/ParseExpr.cpp
test/Parser/block-pointer-decl.c