[PATCH] D148793: [clang-tidy] Implement an include-cleaner check.

Viktoriia Bakalova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 07:20:30 PDT 2023


VitaNuo updated this revision to Diff 515323.
VitaNuo added a comment.

Remove comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148793/new/

https://reviews.llvm.org/D148793

Files:
  clang-tools-extra/clang-tidy/CMakeLists.txt
  clang-tools-extra/clang-tidy/google/CMakeLists.txt
  clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
  clang-tools-extra/clang-tidy/google/IncludeCleanerCheck.cpp
  clang-tools-extra/clang-tidy/google/IncludeCleanerCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/google/include-cleaner.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h
  clang-tools-extra/include-cleaner/lib/Record.cpp
  clang-tools-extra/test/clang-tidy/checkers/google/Inputs/bar.h
  clang-tools-extra/test/clang-tidy/checkers/google/Inputs/baz.h
  clang-tools-extra/test/clang-tidy/checkers/google/Inputs/foo.h
  clang-tools-extra/test/clang-tidy/checkers/google/Inputs/private.h
  clang-tools-extra/test/clang-tidy/checkers/google/include-cleaner.cpp
  clang-tools-extra/test/clang-tidy/checkers/google/system/string.h
  clang-tools-extra/test/clang-tidy/checkers/google/system/vector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148793.515323.patch
Type: text/x-patch
Size: 20647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230420/04636a80/attachment-0001.bin>


More information about the cfe-commits mailing list