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 dd61bd4 commit d083a8eCopy full SHA for d083a8e
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