[PATCH] D83224: [clangd] Move clang-tidy check modifications into ClangdServer

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 12:54:27 PDT 2020


njames93 added a comment.

Do you think there should be a hidden command line option to disable disabling blacklisted checks, purely to prevent hindering attempts to fix these problematic checks.



================
Comment at: clang-tools-extra/clangd/ClangdServer.cpp:115
+// either due to crashes or false positives.
+const char *getClangTidyBlacklist() {
+  static const std::string FalsePositives =
----------------
Return by StringRef?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83224





More information about the cfe-commits mailing list