Commits

Jordan Rose committed 28e01f3c3a9
Eliminate "MainSourceFile" from TranslationUnit in favor of an array. Anywhere that assumes a single input file per TU now has to do so explicitly. Parsing still puts all files in a single SourceFile instance; that's next on the list. There are a lot of issues still to go, but the design is now in place. Swift SVN r9669