The exception-declaration for a function-try-block cannot redeclare a
authorAaron Ballman <aaron@aaronballman.com>
Mon, 2 Jun 2014 13:10:07 +0000 (13:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 2 Jun 2014 13:10:07 +0000 (13:10 +0000)
commit9ef622e5bf6467a4d5295fad1486956c4dcac22d
tree82b25e7fbc6f03431ca7c8746b5bc0fe413cd26c
parent1d1c4fb81cd64d6dadb05a1bd15e1152348c7a75
The exception-declaration for a function-try-block cannot redeclare a
function parameter. One of our existing test cases was XFAILed because
of this. This fixes the issue and un-XFAILs the test.

llvm-svn: 210026
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp
clang/test/CXX/basic/basic.scope/basic.scope.local/p2.cpp