File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3134,9 +3134,9 @@ NodePointer Demangler::demangleLifetimeDependenceKind(bool isSelfDependence) {
31343134 return createNode (Node::Kind::SelfLifetimeDependence,
31353135 (Node::IndexType)kind);
31363136 }
3137- auto node = createNode (Node::Kind::ParamLifetimeDependence);
3138- node-> addChild ( createNode (Node::Kind::Index, unsigned (kind)), * this );
3139- node-> addChild ( popTypeAndGetChild (), * this );
3137+ auto node = createWithChildren (Node::Kind::ParamLifetimeDependence,
3138+ createNode (Node::Kind::Index, unsigned (kind)),
3139+ popTypeAndGetChild ());
31403140 return createType (node);
31413141}
31423142
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ SlSIxip6/XXS*”PLEPÓd}}}}}}}
2323
2424# rdar://68449341
2525ySfmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmf%mmmmmmmmmmmmmf%w
26+
27+ # rdar://125350219
28+ 8PDDoKcinYlistSi_natureNatur^natu`Dnat1
You can’t perform that action at this time.
0 commit comments