Commits

Slava Pestov committed e220b0ac55d
AST: Add SubstFlags::AllowLoweredTypes This will let us combine the Sema and SIL logic for mapping contextual types to interface types. Recursing into SILFunctionType in this case is fine, since going from a contextual type to an interface type should never change conventions.