================
@@ -43,7 +65,8 @@ static CompilerType GetBasicType(lldb::TypeSystemSP
type_system,
}
static lldb::ValueObjectSP
-ArrayToPointerConversion(ValueObject &valobj, ExecutionContextScope &ctx) {
+ArrayToPointerConversion(ValueObject &valobj, ExecutionContextScope &ctx,
+ llvm::StringRef name) {
----------------
Michael137 wrote:
This new parameter is unused. Did you mean to pass it to
`CreateValueObjectFromAddress`?
https://github.com/llvm/llvm-project/pull/170332
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits