Commits
Devin Coughlin committed 36d46b8de70
[Sema] Look through SubstitutedTypes when diagnosing for availability.
This enables the Standard Library to suggest renames for type parameters:
struct MyCollection<Element> {
@available(*, unavailable, renamed="Element")
typealias T = Element
}
rdar://problem/21531127
Swift SVN r29730