[PATCH] D148793: [clang-tidy] Implement an include-cleaner check.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 20 07:36:15 PDT 2023
Eugene.Zelenko added a comment.
Is there real advantage in Clang-tidy check versus standalone tool?
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:144
+
+ FIXME: add release notes.
+
----------------
Please add one sentence description.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/google/include-cleaner.rst:6
+
+FIXME: Describe what patterns does the check detect and why. Give examples.
----------------
Missing documentation and may be examples.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/google/Inputs/bar.h:5
+int bar();
\ No newline at end of file
----------------
Please add. Same in other files.
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