tatyana-krasnukha added inline comments.
Comment at: lldb/source/Interpreter/OptionValueFileSpecList.cpp:169
std::lock_guard lock(m_mutex);
- return OptionValueSP(new OptionValueFileSpecList(m_current_value));
+ return std::make_shared(*this);
}
JDevliegher
This revision was automatically updated to reflect the committed changes.
tatyana-krasnukha marked 2 inline comments as done.
Closed by commit rGf0f183ee4ad9: [lldb/Interpreter] Fix deep copying for
OptionValue classes (authored by tatyana-krasnukha).
Herald added a project: LLDB.
Herald added a s