Commits

Doug Gregor committed 26fcf1ab4a9
[Clang importer] Properly create getter for bridged swift_newtype's rawValue. When swift_newtype is introducing a new Swift type that wraps a bridged type, the actual storage (called _rawValue) matches the Objective-C type and "rawValue" itself is a computed properly. Properly create the getter for that computed property, which performs a bridging conversion.