[PATCH] D148793: [clang-tidy] Implement an include-cleaner check.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 07:06:19 PDT 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:186
+- New :doc:`misc-include-cleaner
+ <clang-tidy/checks/misc/include-cleaner>` check.
----------------
Please keep alphabetical order (by check name) in this section.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:189
+
+ Checks for unused and missing includes. Generates findings only for
+ the main file of a translation unit.
----------------
One sentence is enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148793/new/
https://reviews.llvm.org/D148793
More information about the cfe-commits
mailing list