You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][ExtractAPI] Add ability to create multiple symbol graphs (llvm#86676)
This extends ExtractAPI to take into account symbols defined in categories to
types defined in an external module. This introduces 2 new command line flags,
`--symbol-graph-dir=DIR` and `--emit-extension-symbol-graphs`, when used
together this generates additional symbol graph files at
`DIR/[email protected]` for each external module that is
extended in this way.
Additionally this makes some cleanups to tests to make them more resilient and cleans up the `APISet` data structure.
0 commit comments