Commits

Mark Lacey committed fedf1abec64
Fix assertion when substituting for class-constrained generics. The class-constrained generic has no conformances to substitute for, so we should just bail out early rather than expecting to find a conformance for each thing the archetype conforms to. Fixes rdar://problem/19336878. Swift SVN r24583