[PATCH] D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores
Ankur Saini via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 12 06:07:04 PDT 2023
Arsenic created this revision.
Herald added a reviewer: ributzka.
Herald added a project: All.
Arsenic requested review of this revision.
Herald added a reviewer: dang.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
- Modify -extract-api-ignores command line option to accept multiple arguments
- Update APIIgnoresList to operate on a file list instead of a single file
- Add new test verifying the functionality
- fix #61242 on GitHub issue tracker
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145869
Files:
clang/include/clang/Driver/Options.td
clang/include/clang/ExtractAPI/APIIgnoresList.h
clang/include/clang/Frontend/FrontendOptions.h
clang/lib/ExtractAPI/APIIgnoresList.cpp
clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
clang/test/ExtractAPI/ignored-symbols-multifile.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145869.504424.patch
Type: text/x-patch
Size: 7859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230312/bda6aaea/attachment-0001.bin>
More information about the cfe-commits
mailing list