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);
     }
     


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);
     }
     
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to