[PATCH] D139115: [clang][ExtractAPI] Add support for single symbol SGF
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 05:37:11 PST 2022
dang marked 6 inline comments as done.
dang added inline comments.
================
Comment at: clang/include/clang/ExtractAPI/API.h:234
ReadOnly = 1,
- Class = 1 << 1,
Dynamic = 1 << 2,
----------------
zixuw wrote:
> What's the reason for refactoring out instance vs. class property? Looks like this should be a separated patch
It was needed to simplify the implementation of `SymbolGraphSerializer::serializeSingleRecord`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139115/new/
https://reviews.llvm.org/D139115
More information about the cfe-commits
mailing list