[clang] [clang][ExtractAPI] Generate subheading for typedef'd anonymous types (PR #110689)
Daniel Grumberg via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 2 01:36:22 PDT 2024
================
@@ -1621,6 +1621,9 @@ DeclarationFragmentsBuilder::getSubHeading(const NamedDecl *Decl) {
cast<CXXMethodDecl>(Decl)->isOverloadedOperator()) {
Fragments.append(Decl->getNameAsString(),
DeclarationFragments::FragmentKind::Identifier);
+ } else if (dyn_cast<TagDecl>(Decl) &&
----------------
daniel-grumberg wrote:
absolutely
https://github.com/llvm/llvm-project/pull/110689
More information about the cfe-commits
mailing list