mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add error reporting when looking up types by demangled name.
This commit is contained in:
@@ -618,8 +618,8 @@ public:
|
||||
}),
|
||||
OpaqueUnderlyingTypeReader(
|
||||
[&reader](uint64_t descriptorAddr, unsigned ordinal) -> const TypeRef* {
|
||||
return reader.readUnderlyingTypeForOpaqueTypeDescriptor(descriptorAddr,
|
||||
ordinal);
|
||||
return reader.readUnderlyingTypeForOpaqueTypeDescriptor(
|
||||
descriptorAddr, ordinal).getType();
|
||||
})
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user