Commits

Doug Gregor committed ba040d9f219
Maintain the DeclContext of a NormalProtocolConformance as the type declaration or extension. Previously, we only retained the module in which a normal protocol conformance occurred, which meant we either had to go searching for the appropriate extension (yuck) or do without that information. This is part of the separating-extension-archetypes work. Swift SVN r20793