[PATCH] D61957: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 15 12:01:58 PDT 2019


ahatanak accepted this revision.
ahatanak added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/test/CodeGenObjC/convert-messages-to-runtime-calls.m:208
+  }
+}
----------------
Can you add tests for `objc_alloc`, `objc_allocWithZone` and `objc_alloc_init` too?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61957/new/

https://reviews.llvm.org/D61957





More information about the cfe-commits mailing list