kadircet created this revision. kadircet added reviewers: hokein, sammccall. Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ilya-biryukov. Herald added a project: clang.
We didn't change this in D64019 <https://reviews.llvm.org/D64019> just in case we revert it back. Deleting it now. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D66943 Files: clang-tools-extra/clangd/tool/ClangdMain.cpp Index: clang-tools-extra/clangd/tool/ClangdMain.cpp =================================================================== --- clang-tools-extra/clangd/tool/ClangdMain.cpp +++ clang-tools-extra/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/clangd/tool/ClangdMain.cpp =================================================================== --- clang-tools-extra/clangd/tool/ClangdMain.cpp +++ clang-tools-extra/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