Skip to content

Commit 917f76a

Browse files
authored
Merge pull request #3023 from augusto2112/next-tss-typeref-dump-value-c-pointer
[lldb] Add CFunctionPointer case to TypeSystemSwiftTypeRef::DumpTypeValue
2 parents dd61bd4 + d083a8e commit 917f76a

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
@@ -2990,6 +2990,7 @@ bool TypeSystemSwiftTypeRef::DumpTypeValue(
29902990
case Node::Kind::DependentGenericParamType:
29912991
case Node::Kind::FunctionType:
29922992
case Node::Kind::NoEscapeFunctionType:
2993+
case Node::Kind::CFunctionPointer:
29932994
case Node::Kind::ImplFunctionType: {
29942995
uint32_t item_count = 1;
29952996
// A few formats, we might need to modify our size and count for

0 commit comments

Comments
 (0)