================
@@ -77,6 +77,10 @@ operator=(const lldb::SBStructuredData &rhs) {
return *this;
}
+void SBStructuredData::CopyImpl(lldb_private::StructuredDataImpl &new_impl) {
----------------
JDevlieghere wrote:
```suggestion
void SBStructuredData::CopyImpl(lldb_private::StructuredDataImpl &new_impl) {
assert(m_impl_up);
```
https://github.com/llvm/llvm-project/pull/195392
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits