Commits

Argyrios Kyrtzidis committed 136284430c4
[Frontend] Separate parse-only functionality into its own function, CompilerInstance::performParseOnly(). Parse-only is a hot path; keep the semantics for it separate from normal parsing, otherwise it is very easy to introduce something expensive without checking for Invocation.getParseOnly(). Also cleans up a bit CompilerInstance::performParse() as well. Swift SVN r17596