Commits

Joe Groff committed bcf2dd9d9c1
IRGen: Back off substituting generic class instances during layout. This exposes some inconsistencies with the ClassTypeInfo, which is still shared among all instances of the generic class. We produce suboptimal code for specialized class instances, but we don't crash anymore on <rdar://problem/16104390>. Swift SVN r16949