[PATCH] D146385: [clang][ExtractAPI] Complete declaration fragments for TagDecl types defined in a typedef
R4444 via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 13:54:30 PDT 2023
Ruturaj4 marked an inline comment as done.
Ruturaj4 added inline comments.
================
Comment at: clang/lib/ExtractAPI/ExtractAPIVisitor.cpp:56
+ Record.second.get()->Declaration.removeLast();
+ Record.second.get()
+ ->Declaration
----------------
dang wrote:
> I think this warrants adding methods to declaration fragments to streamline this sort of operation (merging fragments at arbitrary offsets. This should probably be done as a follow up patch.
Ok I will add this in a subsequent patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146385/new/
https://reviews.llvm.org/D146385
More information about the cfe-commits
mailing list