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 a37e107 commit 25ae816Copy full SHA for 25ae816
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -4045,6 +4045,9 @@ bool TypeSystemSwiftTypeRef::ShouldSkipValidation(opaque_compiler_type_t type) {
4045
4046
if (mangled_name == "$sSo6CGSizeVD")
4047
return true;
4048
+
4049
+ if (mangled_name == "$s14CoreFoundation7CGFloatVD")
4050
+ return true;
4051
// We skip validation when dealing with a builtin type since builtins are
4052
// considered type aliases by Swift, which we're deviating from since
4053
// SwiftASTContext reconstructs Builtin types as TypeAliases pointing to the
0 commit comments