This is an archive of the discontinued LLVM Phabricator instance.

[clang-tools-extra][ExtractAPI] create clang-symbolgraph-merger
Needs ReviewPublic

Authored by Arsenic on Aug 23 2023, 10:58 AM.

Details

Reviewers
dang
ributzka
Summary

Create a clang tool to merge all the JSON symbolgraph emited by --emit-symbol-graph or -extract-api options into one unified JSON symbolgraph file.

Diff Detail

Event Timeline

Arsenic created this revision.Aug 23 2023, 10:58 AM
dang added a comment.Sep 6 2023, 7:02 AM

As per https://discourse.llvm.org/t/pull-request-migration-schedule/71595 we should move this review to GitHub to make sure we don't lose track of it.

As per https://discourse.llvm.org/t/pull-request-migration-schedule/71595 we should move this review to GitHub to make sure we don't lose track of it.

The patch has been moved to GitHub ( https://github.com/llvm/llvm-project/pull/65894 )