Skip to content

Commit 8ca0adc

Browse files
committed
[lldb] Add CFunctionPointer case to TypeSystemSwiftTypeRef::DumpTypeValue
1 parent 0fbb794 commit 8ca0adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,7 @@ bool TypeSystemSwiftTypeRef::DumpTypeValue(
29592959
case Node::Kind::DependentGenericParamType:
29602960
case Node::Kind::FunctionType:
29612961
case Node::Kind::NoEscapeFunctionType:
2962+
case Node::Kind::CFunctionPointer:
29622963
case Node::Kind::ImplFunctionType: {
29632964
uint32_t item_count = 1;
29642965
// A few formats, we might need to modify our size and count for

0 commit comments

Comments
 (0)