[PATCH] D137319: [include-cleaner] Add export IWYU pragma support.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 3 02:18:23 PDT 2022


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

- add support to PragmaIncludes to handle IWYU export/begin_exports/end_exports pragma;
- implement an API to retrieve the direct exporter headers;


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137319

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137319.472876.patch
Type: text/x-patch
Size: 9571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221103/36754e48/attachment-0001.bin>


More information about the cfe-commits mailing list