]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disal...
authorSteve Naroff <snaroff@apple.com>
Tue, 14 Apr 2009 20:53:38 +0000 (20:53 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 14 Apr 2009 20:53:38 +0000 (20:53 +0000)
commit1fc5194039fc01e84af46342bf6e0790f0ebb58c
treec2ce0ff5b7cb1aca42a8322f1ff475733055ef69
parent7eba5c9df989632c4dcaf13a20798d33d9ba3186
Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed.

This builds on Eli's work from http://llvm.org/viewvc/llvm-project?view=rev&revision=65678.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69073 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaObjC/scope-check-try-catch.m [new file with mode: 0644]