diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp --- a/clang-tools-extra/clangd/tool/ClangdMain.cpp +++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp @@ -274,11 +274,8 @@ opt CrossFileRename{ "cross-file-rename", cat(Features), - desc("Enable cross-file rename feature. Note that this feature is " - "experimental and may lead to broken code or incomplete rename " - "results"), - init(false), - Hidden, + desc("Enable cross-file rename feature."), + init(true), }; opt RecoveryAST{