File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ extension Slab where Element: ~Copyable {
347
347
}
348
348
349
349
//===----------------------------------------------------------------------===//
350
- // Reduce and Swap
350
+ // Swap
351
351
//===----------------------------------------------------------------------===//
352
352
353
353
@available ( SwiftStdlib 6 . 1 , * )
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macos14 -emit-ir -g -enable-experimental-feature ValueGenerics -enable-experimental-feature Embedded -wmo -disable-availability-checking -o - | %FileCheck %s
2
2
3
+ // REQUIRES: OS=macosx
4
+
3
5
// REQUIRES: swift_feature_Embedded
4
6
// REQUIRES: swift_feature_ValueGenerics
5
7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import NoSuchModule
10
10
11
11
// This is close enough to get typo-correction.
12
12
func test_short_and_close( ) {
13
- let plop = 4 // expected-note {{'plop' declared here }}
13
+ let plop = 4 // expected-note {{did you mean 'plop'? }}
14
14
let bab = plob + 1
15
15
// expected-error@-1 {{cannot find 'plob' in scope}}
16
16
}
Original file line number Diff line number Diff line change @@ -810,3 +810,15 @@ Added: _$ss13_SwiftifyInfoON
810
810
811
811
// Eager-lazy Array bridging
812
812
Added: _$ss12_ArrayBufferV14associationKeySVvpZMV
813
+
814
+ // Slab metadata accessor
815
+ Added: _$ss4SlabVMa
816
+
817
+ // Slab nominal type descriptor
818
+ Added: _$ss4SlabVMn
819
+
820
+ // Slab.count property descriptor
821
+ Added: _$ss4SlabVsRi__rlE5countSivpZMV
822
+
823
+ // Slab._storage _read accessor
824
+ Added: _$ss4SlabVsRi__rlE8_storagexq_BVvr
You can’t perform that action at this time.
0 commit comments