Skip to content

Commit aec0cc2

Browse files
committed
[LLDB] Swift: Add missing argument to call
Per 246c240.
1 parent 12427c6 commit aec0cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ TypeSystemSwiftTypeRef::Canonicalize(swift::Demangle::Demangler &dem,
12691269
if (node->getKind() != Node::Kind::BoundGenericTypeAlias &&
12701270
node->getKind() != Node::Kind::TypeAlias)
12711271
// Resolve any type aliases in the resolved type.
1272-
return GetCanonicalNode(dem, node);
1272+
return GetCanonicalNode(dem, node, flavor);
12731273
// This type alias resolved to another type alias.
12741274
}
12751275
// Hit the safeguard limit.

0 commit comments

Comments
 (0)