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 @@ -203,9 +203,9 @@ static llvm::cl::opt ClangTidyChecks( "clang-tidy-checks", - llvm::cl::desc("List of clang-tidy checks to run (this will overrides " + llvm::cl::desc("List of clang-tidy checks to run (this will override " ".clang-tidy files)"), - llvm::cl::init(""), llvm::cl::Hidden); + llvm::cl::init("")); static llvm::cl::opt SuggestMissingIncludes( "suggest-missing-includes",