We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb84a4 + 0bbb270 commit 3a511e0Copy full SHA for 3a511e0
stdlib/public/RemoteInspection/TypeRef.cpp
@@ -531,6 +531,8 @@ class DemanglingForTypeRef
531
Demangle::NodePointer visit(const TypeRef *typeRef) {
532
auto node = TypeRefVisitor<DemanglingForTypeRef,
533
Demangle::NodePointer>::visit(typeRef);
534
+ if (!node)
535
+ return nullptr;
536
537
// Wrap all nodes in a Type node, as consumers generally expect.
538
auto typeNode = Dem.createNode(Node::Kind::Type);
0 commit comments