Commits
Adrian Prantl committed af562d16962
Debug info: name mangling for composite types containing Archetypes. Among other things this enables mangled names for tuples. This adds a pointer to the DeclContext to SILFunction and which is used to provide the necessary context to the Mangler. Fixes rdar://problem/14808764 and rdar://problem/14813658. Swift SVN r8070