This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Allow users to specify a list of symbols to ignore
ClosedPublic

Authored by dang on Oct 21 2022, 6:53 AM.

Details

Summary

Adds a --extract-api-ignores= command line option that allows users to
provide a file containing a new line separated list of symbols to
unconditionally ignore when extracting API information.

Diff Detail

Event Timeline

dang created this revision.Oct 21 2022, 6:53 AM
Herald added a project: Restricted Project. · View Herald Transcript
dang requested review of this revision.Oct 21 2022, 6:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 6:53 AM
zixuw accepted this revision.Oct 24 2022, 9:53 AM
This revision is now accepted and ready to land.Oct 24 2022, 9:53 AM