Author: pete
Date: Wed Dec  5 15:49:52 2018
New Revision: 348429

URL: http://llvm.org/viewvc/llvm-project?rev=348429&view=rev
Log:
Update ARC docs as objc_storeStrong returns void not id

Modified:
    cfe/trunk/docs/AutomaticReferenceCounting.rst

Modified: cfe/trunk/docs/AutomaticReferenceCounting.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.rst?rev=348429&r1=348428&r2=348429&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.rst (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.rst Wed Dec  5 15:49:52 2018
@@ -2284,7 +2284,7 @@ block exactly as if it had been sent the
 
 .. _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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to