File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Interop/SwiftToCxx/stdlib Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 124124// CHECK: SWIFT_INLINE_THUNK uint8_t operator [](const __StringNested::Index& i) const SWIFT_SYMBOL({{.*}});
125125// CHECK: SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL({{.*}});
126126// CHECK: SWIFT_INLINE_THUNK swift::Int getCount() const SWIFT_SYMBOL({{.*}});
127+ // CHECK: SWIFT_INLINE_THUNK bool isTriviallyIdenticalTo(const __StringNested::UTF8View& other) const SWIFT_SYMBOL({{.*}}) {{.*}};
127128// CHECK-NEXT: private:
128129
129130// CHECK: class AnyKeyPath { } SWIFT_UNAVAILABLE_MSG("class 'AnyKeyPath' is not yet exposed to C++");
Original file line number Diff line number Diff line change @@ -1165,3 +1165,9 @@ Added: _$ss13EncodingErrorOs28CustomDebugStringConvertiblesWP
11651165// SE-0494 Add isTriviallyIdentical(to:) Methods to String and Substring
11661166Added: _$sSS20isTriviallyIdentical2toSbSS_tF
11671167Added: _$sSs20isTriviallyIdentical2toSbSs_tF
1168+ Added: _$sSS17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1169+ Added: _$sSS8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1170+ Added: _$sSS9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
1171+ Added: _$sSs17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1172+ Added: _$sSs8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1173+ Added: _$sSs9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
Original file line number Diff line number Diff line change @@ -1160,3 +1160,9 @@ Added: _$ss13EncodingErrorOs28CustomDebugStringConvertiblesWP
11601160// SE-0494 Add isTriviallyIdentical(to:) Methods to String and Substring
11611161Added: _$sSS20isTriviallyIdentical2toSbSS_tF
11621162Added: _$sSs20isTriviallyIdentical2toSbSs_tF
1163+ Added: _$sSS17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1164+ Added: _$sSS8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1165+ Added: _$sSS9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
1166+ Added: _$sSs17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1167+ Added: _$sSs8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1168+ Added: _$sSs9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
You can’t perform that action at this time.
0 commit comments