Commits
Doug Gregor committed ce592de287c
Introduce TypeBase::getSuperclass() to retrieve the superclass of a given type. This routine performs the substitutions necessary to get the actual superclass for (e.g.) any class or substitutable type, including bound generic classes and inner classes thereof. This routine still requires a lazy resolver (i.e. a type checker). Swift SVN r8101