[clangd] Fix buildbot error.

llvm-svn: 334812
This commit is contained in:
Haojian Wu 2018-06-15 09:32:36 +00:00
parent f64007fe82
commit 7943d4fb19
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ public:
// calculate the file proximity, which would capture include/ and src/
// project setup where headers and implementations are not in the same
// directory.
FileProximityMatch({FileName}) {}
FileProximityMatch(ArrayRef<StringRef>({FileName})) {}
CompletionList run(const SemaCompleteInput &SemaCCInput) && {
trace::Span Tracer("CodeCompleteFlow");