mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rather than automatically re-exporting or not re-exporting every import in a TranslationUnit, we'll eventually want to control which imports are local (most of them) and which imports are shared with eventual module loaders. It's probably not worth implementing this for TranslationUnit, but LoadedModule can certainly do something here. Currently, a LoadedModule is even more permissive than a TranslationUnit: all imports are re-exported. We can lock down on this once we have a re-export syntax. Swift SVN r6523
8.4 KiB
8.4 KiB