[PATCH] D91815: Fix small typo in Block ABI docs

Shivam Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 18 21:03:37 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa94bc9d81bfc: Fix small typo in Block ABI docs (authored by dmaclach, committed by xgupta).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91815

Files:
  clang/docs/Block-ABI-Apple.rst


Index: clang/docs/Block-ABI-Apple.rst
===================================================================
--- clang/docs/Block-ABI-Apple.rst
+++ clang/docs/Block-ABI-Apple.rst
@@ -765,7 +765,7 @@
        printf("%d\n", _block->foo.value());
     }
     
-    void __block_literal_10(struct __block_literal_10 *dst, struct __block_literal_10 *src) {
+    void __block_copy_10(struct __block_literal_10 *dst, struct __block_literal_10 *src) {
          FOO_ctor(&dst->foo, &src->foo);
     }
     


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91815.380577.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211019/129f9046/attachment.bin>


More information about the cfe-commits mailing list