Commits

Jordan Rose committed 597640a5d2d
Introduce "SourceFile" within a TranslationUnit. Right now this is just an extra layer of indirection for the decls, operators, and imports in a TU, but it's the first step towards compiling multiple source files at once without pretending they're all in a single file. This is important for the "implicit visibility" feature, where declarations from other source files in the same module are accessible from the file currently being compiled. Swift SVN r9072