]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6206858> [sema] type check @throw statements.
authorSteve Naroff <snaroff@apple.com>
Wed, 11 Feb 2009 17:45:08 +0000 (17:45 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 11 Feb 2009 17:45:08 +0000 (17:45 +0000)
commit7151bbb55c8a437073e42f74348c3fd5f1d5b410
treed3305e73f170448f67d59c037e13bb1a9f0068d6
parent26a0bdb810681e2514b9ddc2d9779ce6c9a79409
Fix <rdar://problem/6206858> [sema] type check @throw statements.

Added a FIXME to handle 'rethrow' check.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64308 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaStmt.cpp
test/Parser/objc-try-catch-1.m
test/SemaObjC/try-catch.m