projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d76d48
)
[docs ]Fix indentation
author
Akira Hatanaka
<ahatanaka@apple.com>
Mon, 13 Sep 2021 16:15:16 +0000
(09:15 -0700)
committer
Akira Hatanaka
<ahatanaka@apple.com>
Tue, 28 Sep 2021 18:31:39 +0000
(11:31 -0700)
clang/docs/Block-ABI-Apple.rst
patch
|
blob
|
history
diff --git
a/clang/docs/Block-ABI-Apple.rst
b/clang/docs/Block-ABI-Apple.rst
index
e21a8b6
..
4f98b3b
100644
(file)
--- a/
clang/docs/Block-ABI-Apple.rst
+++ b/
clang/docs/Block-ABI-Apple.rst
@@
-46,7
+46,7
@@
the following form:
int reserved;
R (*invoke)(struct Block_literal_1 *, P...);
struct Block_descriptor_1 {
-
unsigned long int reserved;
// NULL
+
unsigned long int reserved;
// NULL
unsigned long int size; // sizeof(struct Block_literal_1)
// optional helper functions
void (*copy_helper)(void *dst, void *src); // IFF (1<<25)