Commits

Slava Pestov committed 4d903f9c1c7
IRGen: Fix emission of conformances for concrete subclasses of generic classes In master, this was fixed by Luke Howard as part of some other changes in the following patch: <https://github.com/apple/swift/commit/b5880f386b814f8b5cb220d1c4e65e74c04eccf4> This patch back-ports the relevant part of the above (checking for a true return value from hasMetadataPattern() vs checking for a BoundGenericType). Fixes <rdar://problem/24183374>.