[PATCH] D57746: [clangd] Add CLI flag "-clang-tidy" to enable/disable running clang-tidy checks.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 5 23:28:04 PST 2019


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/tool/ClangdMain.cpp:214
+    llvm::cl::desc("Enable clang-tidy diagnostics."),
+    llvm::cl::init(true));
+
----------------
I thought we discussed making this init(false) for now, and flipping the flag after getting feedback?

(at head this is on, but not many people run from head)


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57746/new/

https://reviews.llvm.org/D57746





More information about the cfe-commits mailing list