[PATCH] D116137: [clang-tidy] Remove dead plugin code
Matt Beardsley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 21 18:01:17 PST 2021
mattbeardsley created this revision.
mattbeardsley added reviewers: thakis, hans.
Herald added subscribers: carlosgalvezp, xazax.hun, mgorny.
mattbeardsley requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang-tools-extra.
The following removed the only use of the clang-tidy plugin code:
https://reviews.llvm.org/D97693
This removes the rest of the now-unused and now-untested clang-tidy plugin code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116137
Files:
clang-tools-extra/clang-tidy/CMakeLists.txt
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
clang-tools-extra/clang-tidy/plugin/CMakeLists.txt
clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116137.395782.patch
Type: text/x-patch
Size: 11966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211222/51f18a98/attachment.bin>
More information about the cfe-commits
mailing list