Commits

Connor Wakamo committed a35540be40a
[frontend] Added CompilerInstance::getPrimarySourceFile(). During CompilerInstance::performParse(), set CompilerInstance::PrimarySourceFile if we create a SourceFile from a buffer whose ID matches the PrimaryBufferID. This allows clients of CompilerInstance to get a SourceFile for the user-specified primary input. Swift SVN r12156