From 418b8260faa3aaa2ffc6589fcfbad34111d64daa Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Sun, 29 Sep 2024 16:04:09 +0100 Subject: [PATCH] [lldb] NFC: Update for `getArgumentInterfaceType` rename --- lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp b/lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp index 62c3fab62aebb..e09c760ad6504 100644 --- a/lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp +++ b/lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp @@ -613,7 +613,7 @@ class SwiftAllPayloadEnumDescriptor : public SwiftEnumDescriptor { swift::EnumElementDecl *case_decl = enum_case.decl; assert(case_decl); - auto arg_type = case_decl->getArgumentInterfaceType(); + auto arg_type = case_decl->getPayloadInterfaceType(); CompilerType case_type; if (arg_type) { case_type = ToCompilerType(