[PATCH] D60560: [clangd] Enable clang-tidy by default.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 06:09:13 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL358282: [clangd] Enable clang-tidy by default. (authored by hokein, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D60560?vs=194659&id=194858#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60560/new/
https://reviews.llvm.org/D60560
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
@@ -228,7 +228,7 @@
static llvm::cl::opt<bool> EnableClangTidy(
"clang-tidy",
llvm::cl::desc("Enable clang-tidy diagnostics."),
- llvm::cl::init(false));
+ llvm::cl::init(true));
static llvm::cl::opt<bool> SuggestMissingIncludes(
"suggest-missing-includes",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60560.194858.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190412/f0b86547/attachment.bin>
More information about the cfe-commits
mailing list