]> granicus.if.org Git - clang/commit
Add noreturn support for blocks.
authorMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 22:04:01 +0000 (22:04 +0000)
committerMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 22:04:01 +0000 (22:04 +0000)
commit5692586ae59be8d49edd7b45dd52c1ffa920ba5e
treef4647b56230d466c63ae0385c0ea25828cbd806b
parentfa9f8b4cf962d865c4b430a25aca2fb5faa84337
Add noreturn support for blocks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77377 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
test/Sema/block-return-1.c [new file with mode: 0644]
test/Sema/block-return-2.c [new file with mode: 0644]
test/Sema/block-return-3.c [new file with mode: 0644]