File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
branches/master-rebranch/docs Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: ab857ba4c7ea0cb4e2a321a53e500d4809c94c42
1460
+ refs/heads/master-rebranch: f856401ba9bdccf702d570c471d017fc2f19dc8a
Original file line number Diff line number Diff line change @@ -2937,6 +2937,7 @@ is_escaping_closure
2937
2937
```````````````````
2938
2938
2939
2939
::
2940
+
2940
2941
sil-instruction ::= 'is_escaping_closure' sil-operand
2941
2942
2942
2943
%1 = is_escaping_closure %0 : $@callee_guaranteed () -> ()
@@ -2948,6 +2949,7 @@ true if it is.
2948
2949
2949
2950
copy_block
2950
2951
``````````
2952
+
2951
2953
::
2952
2954
2953
2955
sil-instruction :: 'copy_block' sil-operand
@@ -2960,6 +2962,7 @@ if the block is copied from the stack to the heap.
2960
2962
2961
2963
copy_block_without_escaping
2962
2964
```````````````````````````
2965
+
2963
2966
::
2964
2967
2965
2968
sil-instruction :: 'copy_block_without_escaping' sil-operand 'withoutEscaping' sil-operand
You can’t perform that action at this time.
0 commit comments