Commits

Chris Lattner committed 6d0934d33d1
Introduce a new 'renamed' modifier on unavailable attributes. This allows Xcode to emit fixit's when we rename something, e.g.: t.swift:6:9: error: 'float' has been renamed to Float var y : float ^~~~~ Float Adopt this in the stdlib. Swift SVN r20549