Commits
Doug Gregor committed 293bff47fde
Allow and bridge Dictionary<K, V> in Swift-defined @objc entry points. This turns on bridging of Dictionary<K, V> by default <rdar://problem/16870606>. The -objc-bridge-dictionary option remains and currently means "import NSDictionary* as Dictionary<NSObject, AnyObject>". We'll flip that switch separately. Swift SVN r17855