Commits
Jordan Rose committed 4d8b4a69301
[ClangImporter] Move the ASTFrontendAction::Execute logic inline in create(). We're going to need the parser again later, and we probably shouldn't be hoping Clang's -fsyntax-only mode lines up with what we need to do anyway. Swift SVN r17124