Commits

Doug Gregor committed 3f6a14ade64
Eliminate NominalTypeDecl::(get|set)Conformances. We now access the conformances of a nominal type through the conformance lookup table, so there is no reason to continue storing conformances directly on the nominal type declaration, which was error-prone regardless. This mirrors the change to ExtensionDecl from my previous commit. Swift SVN r26354