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 e4585ff + 25ae816 commit 46f3f8bCopy full SHA for 46f3f8b
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -4120,6 +4120,9 @@ bool TypeSystemSwiftTypeRef::ShouldSkipValidation(opaque_compiler_type_t type) {
4120
4121
if (mangled_name == "$sSo6CGSizeVD")
4122
return true;
4123
+
4124
+ if (mangled_name == "$s14CoreFoundation7CGFloatVD")
4125
+ return true;
4126
// We skip validation when dealing with a builtin type since builtins are
4127
// considered type aliases by Swift, which we're deviating from since
4128
// SwiftASTContext reconstructs Builtin types as TypeAliases pointing to the
0 commit comments