Address Jordan’s comments:

- Also be consistent about has vs have for Input predicates

Fix bug.
This commit is contained in:
David Ungar
2017-11-18 11:55:58 -08:00
parent 07dfa263cd
commit 26537ea26c
9 changed files with 76 additions and 83 deletions

View File

@@ -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;
}