[clangd] Update for ASTUnit API change.

llvm-svn: 305046
This commit is contained in:
Argyrios Kyrtzidis 2017-06-09 02:04:19 +00:00
parent d9259c2f5e
commit 783e4c2e32
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ ClangdUnit::ClangdUnit(PathRef FileName, StringRef Contents,
/*IncludeBriefCommentsInCodeCompletion=*/true,
/*AllowPCHWithCompilerErrors=*/true,
/*SkipFunctionBodies=*/false,
/*SingleFileParse=*/false,
/*UserFilesAreVolatile=*/false, /*ForSerialization=*/false,
/*ModuleFormat=*/llvm::None,
/*ErrAST=*/nullptr, VFS));