Commits

Doug Gregor committed f8bf365289f
Rebrand TR_NominalInheritanceClause as TR_GenericSignature, and support functions. It’s real intent is to check only the generic signature of the DeclContext provided to name lookup, then enclosing contexts. Use it for functions and initializers as well, so we have uniform lookup behavior for entities that can have generic parameters. A follow-up commit contains some minor, semi-related tweaks along with a pile of updates to the compiler crash testsuite. Swift SVN r26654