This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmt
ClosedPublic

Authored by teemperor on Aug 22 2018, 1:03 PM.

Diff Detail

Repository
rC Clang

Event Timeline

teemperor created this revision.Aug 22 2018, 1:03 PM

Turns out, the clang-import-test actually allows passing clang args via -Xcc, so I probably will revert the lang options changes I did in the previous commits.

teemperor added inline comments.Aug 22 2018, 1:11 PM
test/Import/objc-try-catch/Inputs/F.m
10

We usually should create a expression here, but the ObjCMessageExpr isn't implemented yet, so this bit weird code has to do the job.

a_sidorin accepted this revision.Aug 22 2018, 3:24 PM
This revision is now accepted and ready to land.Aug 22 2018, 3:24 PM
This revision was automatically updated to reflect the committed changes.