[all-commits] [llvm/llvm-project] 58825d: [clang][ExtractAPI] Add multiple file support to -...
Arsenic via All-commits
all-commits at lists.llvm.org
Mon Mar 13 05:39:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58825d2cf947d0b4fb6590c17212c388cd3ff5cf
https://github.com/llvm/llvm-project/commit/58825d2cf947d0b4fb6590c17212c388cd3ff5cf
Author: Ankur <arsenic.secondary at gmail.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/include/clang/ExtractAPI/APIIgnoresList.h
M clang/include/clang/Frontend/FrontendOptions.h
M clang/lib/ExtractAPI/APIIgnoresList.cpp
M clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
A clang/test/ExtractAPI/ignored-symbols-multifile.c
Log Message:
-----------
[clang][ExtractAPI] Add multiple file support to --extract-api-ignores
- 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
Reviewed By: dang
Differential Revision: https://reviews.llvm.org/D145869
More information about the All-commits
mailing list