Commits

Doug Gregor committed ce104ed48b0
Introduce ValueDecl::getPotentialGenericDeclContext() This little "find the context where the generic parameters could be" idiom was copy-pasted in a few places, which is ugly. And if we get generic subscripts (or some other generic value decl), we'll be sorry. Swift SVN r9927