From: Pete Cooper Date: Wed, 5 Dec 2018 23:49:52 +0000 (+0000) Subject: Update ARC docs as objc_storeStrong returns void not id X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c3505166cfead8187007af48c35f1f9b8783908;p=clang Update ARC docs as objc_storeStrong returns void not id git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348429 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AutomaticReferenceCounting.rst b/docs/AutomaticReferenceCounting.rst index bf4d094567..d6d5862cbf 100644 --- a/docs/AutomaticReferenceCounting.rst +++ b/docs/AutomaticReferenceCounting.rst @@ -2284,7 +2284,7 @@ block exactly as if it had been sent the ``retain`` message. .. _arc.runtime.objc_storeStrong: -``id objc_storeStrong(id *object, id value);`` +``void objc_storeStrong(id *object, id value);`` ---------------------------------------------- *Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is