This revision was automatically updated to reflect the committed changes. Closed by commit rL352509: [clangd] Make -clang-tidy-checks a non-hidden command-line arg (authored by ibiryukov, committed by ). Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D57384?vs=184082&id=184092#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57384/new/ https://reviews.llvm.org/D57384 Files: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp 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<std::string> 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<bool> SuggestMissingIncludes( "suggest-missing-includes",
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<std::string> 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<bool> SuggestMissingIncludes( "suggest-missing-includes",
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits