We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba13de commit 2a3f0beCopy full SHA for 2a3f0be
lldb/source/Plugins/ExpressionParser/Swift/SwiftSILManipulator.cpp
@@ -105,7 +105,8 @@ swift::SILValue SwiftSILManipulator::emitLValueForVariable(
105
swift::LoadOwnershipQualifier::Trivial);
106
auto type = var->getDeclContext()->mapTypeIntoContext(
107
var->getInterfaceType());
108
- auto loweredType = converter.getLoweredRValueType(type);
+ auto loweredType = converter.getLoweredRValueType(
109
+ swift::TypeExpansionContext::minimal(), type);
110
swift::PointerToAddressInst *address_of_variable =
111
m_builder.createPointerToAddress(
112
null_loc, pointer_to_variable,
0 commit comments