Commits

Slava Pestov committed 74e575e638b
Sema: Add DeclContext::getGenericTypeContextDepth() Now that generic signatures of types include generic parameters introduced by outer generic functions, we need to know to skip them when forming bound generic types or substitutions. Add a function that computes the depth of the innermost generic context that is not a generic type context.