Commits

Joe Groff committed 94a21ced5d9
IRGen: Work around crash lowering generic base class-constrained type parameter. Type lowering a type with abstract type parameters requires a generic signature, but type lowering does not ever affect class types, so we can be unprincipled and bypass the problem. Work around for rdar://problem/24590570.