Commits

Joe Groff committed 002731642d1
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.