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 875ab94 + 383ebe9 commit dcab50fCopy full SHA for dcab50f
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -2991,6 +2991,7 @@ bool TypeSystemSwiftTypeRef::DumpTypeValue(
2991
case Node::Kind::DependentGenericParamType:
2992
case Node::Kind::FunctionType:
2993
case Node::Kind::NoEscapeFunctionType:
2994
+ case Node::Kind::CFunctionPointer:
2995
case Node::Kind::ImplFunctionType: {
2996
uint32_t item_count = 1;
2997
// A few formats, we might need to modify our size and count for
0 commit comments