summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clangd/tool/ClangdMain.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clangd/tool/ClangdMain.cpp b/clangd/tool/ClangdMain.cpp
index c047a953..7336daa2 100644
--- a/clangd/tool/ClangdMain.cpp
+++ b/clangd/tool/ClangdMain.cpp
@@ -122,8 +122,7 @@ opt<bool> ShowOrigins{
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),
};