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.
Paths
| Differential D116137
[clang-tidy] Remove dead plugin code Needs ReviewPublic Authored by mattbeardsley on Dec 21 2021, 6:01 PM.
Details Summary The following removed the only use of the clang-tidy plugin code: This removes the rest of the now-unused and now-untested clang-tidy plugin code.
Diff Detail
Event TimelineHerald added subscribers: carlosgalvezp, xazax.hun, mgorny. · View Herald TranscriptDec 21 2021, 6:01 PM Comment Actions If this code is truly dead, this looks fine to me. But IIRC 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 (?)
Revision Contents
Diff 395782 clang-tools-extra/clang-tidy/CMakeLists.txt
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
clang-tools-extra/clang-tidy/plugin/CMakeLists.txt
clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
|
clang-format not found in user’s local PATH; not linting file.