Commits

Doug Gregor committed 011e9da1ef4
When we're specializing, we need to know how many levels of generic parameters we're substituting. This is either "all levels" (when we're substituting a specific base type in a member access) or "the innermost level" (when we're substituting after deducing from a use or application of a polymorphic function). Swift SVN r2576