Revert "Merge pull request #12952 from davidungar/move-in-to-next"

This reverts commit 911140c7e1, reversing
changes made to 5590a2ff91.

This broke the incremental bot.

rdar://35746584
This commit is contained in:
Arnold Schwaighofer
2017-11-29 07:32:02 -08:00
parent a3b1308c76
commit 1a0443040e
9 changed files with 634 additions and 880 deletions

View File

@@ -279,7 +279,7 @@ void SwiftLangSupport::indexSource(StringRef InputFile,
return;
}
if (!Invocation.getFrontendOptions().Inputs.hasInputFilenames()) {
if (!Invocation.getFrontendOptions().Inputs.haveInputFilenames()) {
IdxConsumer.failed("no input filenames specified");
return;
}