]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch...
authorSteve Naroff <snaroff@apple.com>
Tue, 3 Mar 2009 20:59:06 +0000 (20:59 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 3 Mar 2009 20:59:06 +0000 (20:59 +0000)
commitf50cb369273c6bd26c9629df92ee53f1d8af4149
tree2b213ad14f1996e3399bce4625259861177752d7
parent6328cc316d7032517399da9230a197cd29f2664d
Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65968 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaStmt.cpp
test/SemaObjC/catch-stmt.m [new file with mode: 0644]