Skip to content

Commit dcab50f

Browse files
author
git apple-llvm automerger
committed
Merge commit '383ebe9964d8' from swift/release/5.5 into swift/main
2 parents 875ab94 + 383ebe9 commit dcab50f

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

0 commit comments

Comments
 (0)