Commit Graph

3 Commits

Author SHA1 Message Date
Dave Abrahams
df016d35f3 [stdlib] _ContiguousArrayStorageBase : NSArray
Every _ContiguousArrayStorageBase that stores objects now is-a NSArray.
No specific testing yet.

Swift SVN r22937
2014-10-25 01:08:20 +00:00
Dave Abrahams
6786969209 [stdlib] Introduce _SwiftDeferredNSArray
This is mostly just a renaming of _SwiftNativeNSArray, except that we
want to add another NSArray subclass for verbatim-bridged elements, so
we want a common base class.  _SwiftNativeNSArray is the name of that
new base class, to parallel the other _SwiftNativeNSXXX classes.

Swift SVN r22913
2014-10-24 15:48:48 +00:00
Dave Abrahams
ce99c04938 [stdlib] mv files NSSwiftXXX => SwiftNativeNSXXX
Swift SVN r22912
2014-10-24 15:48:47 +00:00