that a __strong object of block type is a valid argument to objc_storeStrong but
that an objc_retain and not an objc_retainBlock will be emitted.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175838
91177308-0d34-0410-b5e6-
96231b3b80d8
object.
Performs the complete sequence for assigning to a ``__strong`` object of
-non-block type. Equivalent to the following code:
+non-block type [*]_. Equivalent to the following code:
.. code-block:: objc
Always returns ``value``.
+.. [*] This does not imply that a ``__strong`` object of block type is an
+ invalid argument to this function. Rather it implies that an ``objc_retain``
+ and not an ``objc_retainBlock`` operation will be emitted if the argument is
+ a block.
+
.. _arc.runtime.objc_storeWeak:
``id objc_storeWeak(id *object, id value);``