]> granicus.if.org Git - clang/commit
Adds recognition of sentinel attribute on block declarations.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 14 May 2009 20:53:39 +0000 (20:53 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 14 May 2009 20:53:39 +0000 (20:53 +0000)
commit2f7c39246a968b921a6d95c7f8037fb3429e9501
tree6ebb999536a311903bc3e9c8084b79616b91b460
parentc3a68b25cdd687d4beb59f083fcb22afe173286f
Adds recognition of sentinel attribute on block declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71788 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
test/Sema/sentinel-attribute.c