Commits
Enrico Granata committed 4fb2175901a
The default Mirror implementation used to have a special case for NSString-typed things, such that they would quicklook as their own string data However, this broke for Swift subclasses of NSString because the Swift mirror took precedence over the ObjC NSString choice Notably, it broke for NSContiguousString This patch fixes that by explicitly making NSString reflectable, so that its subclasses will automagically do the right thing here Fixes rdar://16758974 Swift SVN r17059