================
@@ -77,6 +77,10 @@ operator=(const lldb::SBStructuredData &rhs) {
   return *this;
 }
 
+void SBStructuredData::CopyImpl(lldb_private::StructuredDataImpl &new_impl) {
----------------
jimingham wrote:

We don't have any way of making or using an SBStructuredData that doesn't have 
a valid m_impl_up, and we use it all over in this file w/o checking that it is 
not null.  It would look weird to have an assert in just this one place.

https://github.com/llvm/llvm-project/pull/195392
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to