forked from OSchip/llvm-project
Attempt to fix buildbot failure caused by r332363
Log: http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/26399 llvm-svn: 332515
This commit is contained in:
parent
02709bcb78
commit
f8947da9ce
|
@ -1069,9 +1069,8 @@ SignatureHelp signatureHelp(PathRef FileName,
|
|||
Options.IncludeBriefComments = false;
|
||||
semaCodeComplete(llvm::make_unique<SignatureHelpCollector>(Options, Result),
|
||||
Options,
|
||||
{FileName, Command, Preamble,
|
||||
/*PreambleInclusions=*/{}, Contents, Pos, std::move(VFS),
|
||||
std::move(PCHs)});
|
||||
{FileName, Command, Preamble, std::vector<Inclusion>(),
|
||||
Contents, Pos, std::move(VFS), std::move(PCHs)});
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue