Commits
Joe Groff committed af160e9c7bf
SIL: Lower dependent member types when substituted into context. AST context substitution may produce a metatype, function type, or other type that requires lowering. Handle this special case to fix a crash when emitting protocol conformances with metatypes or functions as associated types. <rdar://problem/17501507> Swift SVN r19580