[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 04:43:23 PDT 2023


VitaNuo created this revision.
Herald added subscribers: PiotrZSL, ChuanqiXu, kadircet, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
VitaNuo requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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/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.515282.patch
Type: text/x-patch
Size: 20237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230420/fd6575a5/attachment-0001.bin>


More information about the cfe-commits mailing list