Commits

Joe Groff committed 8c9f7a664d4
SIL: Don't descend into nominal types' parents to determine linkage. A type in an extension doesn't inherit linkage from its parent. In particular, if an extension adds a nested type to an imported class, we don't want that nested type to have unique linkage. Fixes rdar://problem/19792174. Swift SVN r25191