File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,7 @@ Types
655655 type ::= assoc-type-name 'Qz' // shortcut for 'Qyz'
656656 type ::= assoc-type-list 'QY' GENERIC-PARAM-INDEX // associated type at depth
657657 type ::= assoc-type-list 'QZ' // shortcut for 'QYz'
658+ type ::= opaque-type-decl-name bound-generic-args 'Qo' INDEX // opaque type
658659
659660 type ::= pattern-type count-type 'Qp' // pack expansion type
660661 type ::= pack-element-list 'QP' // pack type
Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ class DemanglingForTypeRef
974974 }
975975
976976 Demangle::NodePointer visitOpaqueArchetypeTypeRef (const OpaqueArchetypeTypeRef *O) {
977- auto decl = Dem.demangleSymbol (O->getID ());
977+ auto decl = Dem.demangleType (O->getID ());
978978 if (!decl)
979979 return nullptr ;
980980
You can’t perform that action at this time.
0 commit comments