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 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), };