mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Merge pull request #12952 from davidungar/move-in-to-next"
This reverts commit911140c7e1, reversing changes made to5590a2ff91. This broke the incremental bot. rdar://35746584
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user