This revision was automatically updated to reflect the committed changes. Closed by commit rL370367: [clangd][NFC] Update background-index command line description (authored by kadircet, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D66943?vs=217866&id=217876#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66943/new/ https://reviews.llvm.org/D66943 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 @@ -122,8 +122,7 @@ opt<bool> EnableBackgroundIndex{ "background-index", cat(Features), - desc("Index project code in the background and persist index on disk. " - "Experimental"), + desc("Index project code in the background and persist index on disk."), init(true), };
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 @@ -122,8 +122,7 @@ opt<bool> EnableBackgroundIndex{ "background-index", cat(Features), - desc("Index project code in the background and persist index on disk. " - "Experimental"), + desc("Index project code in the background and persist index on disk."), init(true), };
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits