- 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
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/ExtractAPI/ignored-symbols-multifile.c | ||
---|---|---|
35 | This test doesn't check the symbol name sorting behavior across multiple files, which is crucial APIIgnoresList::shouldIgnore(StringRef SymbolName) because it uses binary search to find the symbol in the list. Would you be able to shuffle the order of the macros so that they aren't pre-sorted? |
Update clang/test/ExtractAPI/ignored-symbols-multifile.c :
Shuffle the order of ignored symbols in test to check the sorting behaviour of APIIgnoresList
clang/test/ExtractAPI/ignored-symbols-multifile.c | ||
---|---|---|
28 | Should this not be a 6? |
Should this not be a 6?