]> granicus.if.org Git - clang/commit
[test] Specify exception object type in two tests
authorVedant Kumar <vsk@apple.com>
Fri, 11 Sep 2015 17:39:34 +0000 (17:39 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 11 Sep 2015 17:39:34 +0000 (17:39 +0000)
commitf095bc2c1dfe425237b092cf006dbb365e69482e
tree24cca1de667cd66331107a1daf33438db549906d
parentf60246d0232ee6e3808c649efc1200841108edf6
[test] Specify exception object type in two tests

Replace:
    'try { throw 0; } catch (...)'
with
    'try { throw 0; } catch (int e)'

in two test cases.

Differential Revision: http://reviews.llvm.org/D12743

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247437 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenObjCXX/exception-cxx.mm
test/CodeGenObjCXX/personality-abuse.mm