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 0fbb794 commit 8ca0adcCopy full SHA for 8ca0adc
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -2959,6 +2959,7 @@ bool TypeSystemSwiftTypeRef::DumpTypeValue(
2959
case Node::Kind::DependentGenericParamType:
2960
case Node::Kind::FunctionType:
2961
case Node::Kind::NoEscapeFunctionType:
2962
+ case Node::Kind::CFunctionPointer:
2963
case Node::Kind::ImplFunctionType: {
2964
uint32_t item_count = 1;
2965
// A few formats, we might need to modify our size and count for
0 commit comments