[PATCH] D55233: Add objc_retain and objc_release intrinsics and codegen them to their runtime methods

Pete Cooper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 09:06:32 PST 2018


pete added a comment.

Discovered that objc_storeStrong is actually wrong in the documentation.  Changing it from returning id to returning void.  Will also update the docs.


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

https://reviews.llvm.org/D55233





More information about the llvm-commits mailing list