]> granicus.if.org Git - clang/commit
I didn't understand how @catches were chained. Now that I get it, fix
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 22:35:34 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 22:35:34 +0000 (22:35 +0000)
commitdabbad04ee3173f76b324d3825ede0287a304022
tree61b708f137d14d933bbe519023f70d05d0d3e457
parentdff070fb0f2880806ef1ae5471ace37a97dd9e6a
I didn't understand how @catches were chained.  Now that I get it, fix
the scope checker to not think @catches are nested in each other, eliminating
some bogus notes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaObjC/scope-check.m