This revision was automatically updated to reflect the committed changes. Closed by commit rL365124: [clangd] Turn background-index on by default (authored by kadircet, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D64019?vs=207346&id=208007#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64019/new/ https://reviews.llvm.org/D64019 Files: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp Index: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp =================================================================== --- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp +++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp @@ -189,7 +189,7 @@ llvm::cl::desc( "Index project code in the background and persist index on disk. " "Experimental"), - llvm::cl::init(false), llvm::cl::Hidden); + llvm::cl::init(true)); static llvm::cl::opt<int> BackgroundIndexRebuildPeriod( "background-index-rebuild-period",
Index: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp =================================================================== --- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp +++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp @@ -189,7 +189,7 @@ llvm::cl::desc( "Index project code in the background and persist index on disk. " "Experimental"), - llvm::cl::init(false), llvm::cl::Hidden); + llvm::cl::init(true)); static llvm::cl::opt<int> BackgroundIndexRebuildPeriod( "background-index-rebuild-period",
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits