All in-tree clang-tidy checks have been migrated to the new
ClangTidyCheck::registerPPCallbacks method. Time to drop the old one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Paths
| Differential D60197
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method ClosedPublic Authored by alexfh on Apr 3 2019, 6:15 AM.
Details Summary All in-tree clang-tidy checks have been migrated to the new
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 3 2019, 6:50 AM Closed by commit rCTE357582: [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method (authored by alexfh). · Explain WhyApr 3 2019, 7:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 193486 clang-tidy/ClangTidy.cpp
clang-tidy/ClangTidyCheck.h
clangd/ClangdUnit.cpp
unittests/clang-tidy/ClangTidyTest.h
|