Commits
Doug Gregor committed 5c5cc998a17
Provide Fix-Its for the RawRepresentable interface change. Calls to fromRaw are replaced with uses of the new failable initializer init(rawValue:). Similarly, calls to toRaw are replaced with uses of the rawValue property. Fixes rdar://problem/18357647. Swift SVN r22164