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.
1 parent 325f869 commit f4f219eCopy full SHA for f4f219e
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -2431,6 +2431,9 @@ TypeSystemSwiftTypeRef::GetPointerType(opaque_compiler_type_t type) {
2431
2432
// The type that will be wrapped in UnsafePointer.
2433
auto *pointee_type = GetDemangledType(dem, AsMangledName(type));
2434
+ if (!pointee_type)
2435
+ return {};
2436
+
2437
// The UnsafePointer type.
2438
auto *pointer_type = dem.createNode(Node::Kind::Type);
2439
0 commit comments