[PATCH] D122141: [clang][extract-api] Suppprt for the module name property in SymbolGraph
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 23 02:55:52 PDT 2022
dang added a comment.
In D122141#3400578 <https://reviews.llvm.org/D122141#3400578>, @zixuw wrote:
> LGTM. Need to rebase. Do you think `ProductName` should be a general property of `APISerializer` or something specific to the `SymbolGraphSerializer`?
Good question! I think I am going to make it a general property of the APISerializer as it isn't a symbol graph specific concept IMO.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122141/new/
https://reviews.llvm.org/D122141
More information about the cfe-commits
mailing list