Handle redeclarations of catch variables in catch blocks.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Nov 2012 01:38:24 +0000 (01:38 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Nov 2012 01:38:24 +0000 (01:38 +0000)
commit43df4cc568f4b66cc226d8a301cecf27f76a288c
treedba28d910b84d084465a7a00efb8db467825b05a
parent9268c94b159b194c98605c990de72e4437509a9b
Handle redeclarations of catch variables in catch blocks.

Fix to regression caused by r167650, caught by Richard Smith in code review.

llvm-svn: 167653
clang/lib/Sema/IdentifierResolver.cpp
clang/test/CXX/basic/basic.scope/basic.scope.local/p2.cpp