Commits

Dmitri Hrybenko committed 355316a49bb
stdlib/Dictionary: when bridging from Objective-C, recognize bridged native Dictionary storage and adopt it if KeyType and ValueType match exactly This was the last missing piece to allow Dictionary to round-trip thorough objc entrypoints of Swift methods in O(1). Fixes rdar://17556319, partially fixes rdar://17010353 Swift SVN r19873