Commits

Doug Gregor committed f5d4269f53e
Parameterize the resolution of generic type parameter types to archetypes. When type checking, allow the caller to customize the resolution of generic type parameter types based on the context, for example, by choosing to substitute in an archetype (or not) and allowing one to resolve a dependent member reference via a specific archetype. No actual functionality change here. Swift SVN r8797