mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Address Jordan’s comments:
- Also be consistent about has vs have for Input predicates Fix bug.
This commit is contained in:
@@ -144,7 +144,7 @@ static bool swiftCodeCompleteImpl(SwiftLangSupport &Lang,
|
||||
if (Failed) {
|
||||
return false;
|
||||
}
|
||||
if (!Invocation.getFrontendOptions().Inputs.hasInputFilenames()) {
|
||||
if (!Invocation.getFrontendOptions().Inputs.haveInputFilenames()) {
|
||||
Error = "no input filenames specified";
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user