[clang-tools-extra] r305046 - [clangd] Update for ASTUnit API change.
Argyrios Kyrtzidis via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 8 19:04:20 PDT 2017
Author: akirtzidis
Date: Thu Jun 8 21:04:19 2017
New Revision: 305046
URL: http://llvm.org/viewvc/llvm-project?rev=305046&view=rev
Log:
[clangd] Update for ASTUnit API change.
Modified:
clang-tools-extra/trunk/clangd/ClangdUnit.cpp
Modified: clang-tools-extra/trunk/clangd/ClangdUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdUnit.cpp?rev=305046&r1=305045&r2=305046&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdUnit.cpp (original)
+++ clang-tools-extra/trunk/clangd/ClangdUnit.cpp Thu Jun 8 21:04:19 2017
@@ -52,6 +52,7 @@ ClangdUnit::ClangdUnit(PathRef FileName,
/*IncludeBriefCommentsInCodeCompletion=*/true,
/*AllowPCHWithCompilerErrors=*/true,
/*SkipFunctionBodies=*/false,
+ /*SingleFileParse=*/false,
/*UserFilesAreVolatile=*/false, /*ForSerialization=*/false,
/*ModuleFormat=*/llvm::None,
/*ErrAST=*/nullptr, VFS));
More information about the cfe-commits
mailing list