Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of
authorDuncan Sands <baldrick@free.fr>
Tue, 1 May 2007 18:49:30 +0000 (18:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 1 May 2007 18:49:30 +0000 (18:49 +0000)
commitecf05ca83ee919973395ade965d95e9afdcd3c1b
tree76ef0a88b23b95b2fd0354f66c20d500d971e1e5
parentedb4a6bd760c98cbdc9d7055e055258561e2a361
Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of
ordinary statements, rather than a list of CATCH_EXPRs or an EH_FILTER_EXPR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36629 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/2007-04-31-TryCatch.cpp [new file with mode: 0644]