[PATCH] D116137: [clang-tidy] Remove dead plugin code
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 22 13:45:02 PST 2021
thakis added a comment.
If this code is truly dead, this looks fine to me.
But IIRC D97693 <https://reviews.llvm.org/D97693> was about no longer linking clang-tidy into libclang, while clang-tidy/plugin/ClangTidyPlugin.cpp (if I read the comments therein right) is for using clang-tidy as a clang plugin. Those are two separate things I think (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116137/new/
https://reviews.llvm.org/D116137
More information about the cfe-commits
mailing list