Commits

Joe Groff committed f16aa9817eb
AST: Recursively build DependentMemberType substitutions when there are multiple levels of indirection in a substitution vector. We crashed if an ApplyInst took a <T.Foo.Bar = U> substitution and we happened to see that before the substitution for T.Foo. Fixes <rdar://problem/16166427>. Swift SVN r14359