Index: cpp11-migrate/Core/SyntaxCheck.cpp =================================================================== --- cpp11-migrate/Core/SyntaxCheck.cpp (revision 188102) +++ cpp11-migrate/Core/SyntaxCheck.cpp (working copy) @@ -53,7 +53,8 @@ }; class SyntaxArgumentsAdjuster : public ArgumentsAdjuster { - CommandLineArguments Adjust(const CommandLineArguments &Args) { + CommandLineArguments Adjust(llvm::StringRef InputFile, + const CommandLineArguments &Args) { CommandLineArguments AdjustedArgs = Args; AdjustedArgs.push_back("-fsyntax-only"); AdjustedArgs.push_back("-std=c++11");