Fix build bots after a mistake in r341760

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hamza Sood 2018-09-09 13:12:53 +00:00
parent e978feba76
commit a2f63564c9
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ struct TransferableCommand {
}
Cmd.CommandLine.insert(Cmd.CommandLine.end(),
&OldArgs[OldPos], &OldArgs[Pos]);
OldArgs.data() + OldPos, OldArgs.data() + Pos);
}
if (Std != LangStandard::lang_unspecified) // -std take precedence over -x