Commits

Jordan Rose committed b892892871b
Disallow use of TypeBase::getAs/isa/castAs with sugared types. These methods all act on the desugared type, so the result would always be false/null. Also removes a few mistaken uses of getAs caught by this change. Swift SVN r19585