]> granicus.if.org Git - clang/commit
Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmt
authorRaphael Isemann <teemperor@gmail.com>
Thu, 23 Aug 2018 16:06:30 +0000 (16:06 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 23 Aug 2018 16:06:30 +0000 (16:06 +0000)
commit982848fd659a9bd36757b2536e97cfdd7ac03a69
tree4787f733cb7f14ef7db83ee4eaf65b86eb6a659a
parente29bf811025bd91d59ab1c920442abdf9afa9b8d
Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmt

Lands r340468 again, but this time we mark the test as unsupported on Windows
because it seems that try/catch crashes CodeGen at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340541 91177308-0d34-0410-b5e6-96231b3b80d8
test/Import/objc-try-catch/Inputs/F.m [new file with mode: 0644]
test/Import/objc-try-catch/test.m [new file with mode: 0644]