Commits

Doug Gregor committed 21ab7341633
When forming a reference to a generic member of an existential or archetype value, specialize the result. Previously, we formed a bogus AST that was missing the 'specialize' expression but had the fully-specialized type. Fixes <rdar://problem/14522391>. Swift SVN r6588