Commits

John McCall committed 2c5474d3a67
Add CanType::getClassBound(), which returns the best known class declaration bounding a type with a class representation. This is essentially getClassOrBoundGenericClass(), except that it also works on archetypes with superclass bounds. Swift SVN r18775