[PATCH] D91029: [clangd] Implement clang-tidy options from config
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 25 03:34:30 PST 2020
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
Thanks, this LG!
(The change to global makes sense but doesn't block us I think)
================
Comment at: clang-tools-extra/clangd/TidyProvider.h:25
+ /*Filename=*/llvm::StringRef,
+ /*CWD*/ PathRef) const>;
+
----------------
CWD is now effectively unused and can be dropped
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91029/new/
https://reviews.llvm.org/D91029
More information about the cfe-commits
mailing list