[PATCH] D123148: [clang][extract-api] Process only APIs declared in inputs

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 08:17:44 PDT 2022


dang updated this revision to Diff 420875.
dang marked 2 inline comments as done.
dang added a comment.

Address code review feedback:

- Remove unnecessary code
- Add a test to validate that everything works in the presence of header maps
- Simplify existing test
- Fix small nits


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123148

Files:
  clang/include/clang/ExtractAPI/FrontendActions.h
  clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
  clang/test/ExtractAPI/known_files_only.c
  clang/test/ExtractAPI/known_files_only_hmap.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123148.420875.patch
Type: text/x-patch
Size: 13579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220406/b9be7f4a/attachment-0001.bin>


More information about the cfe-commits mailing list