Commits

Devin Coughlin committed 4fcbf5a8bb8
[Sema] Add checking for declarations with potentially unavailable types. This commit adds checking of declarations with potentially unavailable types to the existing checking for explicitly unavailable types. At the moment, these two checking mechanisms are separate -- I will unify them in a future commit. This commit removes the TypeExpr-based checking added in r22651; such checks are now superfluous. Swift SVN r22679