[PATCH] D7982: Add readability-duplicate-include check to clang-tidy
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 2 09:00:11 PST 2022
Eugene.Zelenko added a comment.
Functionality-wise this check is superseded by Include What You Use <https://github.com/include-what-you-use/include-what-you-use>.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/readability-duplicate-include.rst:6
+
+Looks for duplicate includes and removes them. The check maintains a list of
+included files and looks for duplicates. If a macro is defined or undefined
----------------
Please fix double spaces. Same below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D7982/new/
https://reviews.llvm.org/D7982
More information about the cfe-commits
mailing list