Commits

Doug Gregor committed 07b2c88d8b0
[Clang importer] Always record module prefixes for stripping. The Swift 3 migration mode requires us to be able to compute the Swift 3 names for entities even when we aren't in omit-needless-words mode; recording module prefixes unconditionally ensures that we can do prefix stripping under these circumstances.