mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[pre-specializations] Update the whitelist to match the recent stdlib's re-factoring.
Fix for a test failure reported in rdar://25664645.
This commit is contained in:
@@ -574,6 +574,18 @@ bool swift::isWhitelistedSpecialization(StringRef SpecName) {
|
||||
"_ContiguousArrayBuffer",
|
||||
"Range",
|
||||
"RangeIterator",
|
||||
"CountableRange",
|
||||
"CountableRangeIterator",
|
||||
"ClosedRange",
|
||||
"ClosedRangeIterator",
|
||||
"CountableClosedRange",
|
||||
"CountableClosedRangeIterator",
|
||||
"IndexingIterator",
|
||||
"Collection",
|
||||
"MutableCollection",
|
||||
"BidirectionalCollection",
|
||||
"RandomAccessCollection",
|
||||
"RangeReplaceableCollection",
|
||||
"_allocateUninitializedArray",
|
||||
"UTF8",
|
||||
"UTF16",
|
||||
|
||||
Reference in New Issue
Block a user