]> granicus.if.org Git - clang/commit
Sema and CodeGen support for attributes on blocks. Radar 6441502
authorMike Stump <mrs@apple.com>
Wed, 29 Apr 2009 19:03:13 +0000 (19:03 +0000)
committerMike Stump <mrs@apple.com>
Wed, 29 Apr 2009 19:03:13 +0000 (19:03 +0000)
commit19c30c00e5e01e4608a43c7deb504f343f09e46d
tree562016df236e451dc15aca58efc9e30c47bf89f2
parentc887d13b07d72c8e67d1a73a82d3167e866f50e5
Sema and CodeGen support for attributes on blocks.  Radar 6441502

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70403 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Parse/ParseExpr.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaStmt.cpp
test/Sema/block-return.c