[PATCH] D51121: [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmt

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 13:11:46 PDT 2018


teemperor added inline comments.


================
Comment at: test/Import/objc-try-catch/Inputs/F.m:9
+    Exception *e;
+    @throw e;
+  }
----------------
We usually should create a expression here, but the ObjCMessageExpr isn't implemented yet, so this bit weird code has to do the job.


Repository:
  rC Clang

https://reviews.llvm.org/D51121





More information about the cfe-commits mailing list