File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2639,7 +2639,8 @@ NodePointer Demangler::demangleAutoDiffSelfReorderingReabstractionThunk() {
2639
2639
addChild (result, popNode (Node::Kind::DependentGenericSignature));
2640
2640
result = addChild (result, popNode (Node::Kind::Type));
2641
2641
result = addChild (result, popNode (Node::Kind::Type));
2642
- result->reverseChildren ();
2642
+ if (result)
2643
+ result->reverseChildren ();
2643
2644
result = addChild (result, demangleAutoDiffFunctionKind ());
2644
2645
return result;
2645
2646
}
Original file line number Diff line number Diff line change @@ -414,3 +414,4 @@ $s4test10returnsOptyxycSgxyScMYccSglF ---> test.returnsOpt<A>((@Swift.MainActor
414
414
$s1t10globalFuncyyAA7MyActorCYiF ---> t.globalFunc(isolated t.MyActor) -> ()
415
415
$sSIxip6foobarP ---> foobar in Swift.DefaultIndices.subscript : A
416
416
$s13__lldb_expr_110$10016c2d8yXZ1B10$10016c2e0LLC ---> __lldb_expr_1.(unknown context at $10016c2d8).(B in $10016c2e0)
417
+ $s__TJO ---> $s__TJO
You can’t perform that action at this time.
0 commit comments