Commits

Slava Pestov committed 9388a955dcd
Sema: Make derived conformances work from extensions This is more complex than it could be if ExtensionDecl and NominalTypeDecl had a common ancestor in the Decl hierarchy, however this is not possible right now because TypeDecl inherits from ValueDecl. Fixes <rdar://problem/20981254>. Swift SVN r28941