]> granicus.if.org Git - clang/commit
Fix more try scoping bugs introduced by r167650.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 12 Nov 2012 22:25:41 +0000 (22:25 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 12 Nov 2012 22:25:41 +0000 (22:25 +0000)
commit3a9fefed0749f7a293379156c22a24509c24cc3e
tree8b30395c200b96dae1ac704378ef1d3b88799e14
parent41296e8a633fc3a9768ebe357a7284fdef278fd2
Fix more try scoping bugs introduced by r167650.

Introduces more clear scoping flags & flag combinations which should hopefully
be more understandable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167766 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Scope.h
lib/Parse/ParseStmt.cpp
lib/Sema/IdentifierResolver.cpp
test/CXX/basic/basic.scope/basic.scope.local/p2.cpp