Files
swift-mirror/include/swift/AST
Doug Gregor cc4c99227a [Type checker] Warn about overrides of NSObject.hashValue.
NSObject.hashValue is provided to satisfy the hashValue constraint of
the Hashable protocol. However, it is not the correct customization
point for interoperating with Objective-C, because Objective-C code
will call through the -hash method. Warn about overrides of
NSObject.hashValue; users should override NSObject.hash instead.

Fixes rdar://problem/42780635.
2018-07-31 11:40:10 -07:00
..
2018-06-06 12:53:03 -04:00
2018-07-03 14:31:36 +09:00
2018-06-11 17:29:29 -07:00