[PATCH] D136723: [include-cleaner] Record main-file macro occurences and includes

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 17:25:24 PDT 2022


sammccall created this revision.
sammccall added reviewers: kadircet, hokein.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

The occurrences are roots for finding used headers, like walkAST.
Includes are the targets we're matching used headers against.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136723

Files:
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
  clang-tools-extra/include-cleaner/lib/Record.cpp
  clang-tools-extra/include-cleaner/lib/Types.cpp
  clang-tools-extra/include-cleaner/unittests/RecordTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136723.470655.patch
Type: text/x-patch
Size: 17000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221026/c39e9ca5/attachment-0001.bin>


More information about the cfe-commits mailing list