Commits

Joe Groff committed 42677b21d14
IRGenDebugInfo: Stub out debug info for dependent types. Build debug info for function types using the interface types of their lowered SILFunctionTypes. We can't use the archetype path to declare dependent parameter types of a generic function, since the function type can't be tied to any specific decl context, so stub them out as an UnspecifiedType for now. Swift SVN r13722