Commits

Doug Gregor committed e27d65f199b
Introduce a "parent' context into oneof, struct, and class types. The parent context encodes the generic arguments for outer generic types, so that X<Int>.Nested and X<Float>.Nested are distinct types. Swift SVN r2502