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