[PATCH] D122511: [clang][extract-api] Add Objective-C protocol support
Zixu Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 28 17:22:52 PDT 2022
zixuw added inline comments.
================
Comment at: clang/lib/ExtractAPI/ExtractAPIConsumer.cpp:269
+ // Collect symbol information.
+ StringRef Name = Decl->getName();
+ StringRef USR = API.recordUSR(Decl);
----------------
dang wrote:
> I think we should be recording this in StringAllocator
Same reply and concern in D122446
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122511/new/
https://reviews.llvm.org/D122511
More information about the cfe-commits
mailing list