[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 30 13:54:26 PDT 2024


================
@@ -22,13 +22,14 @@ class ValueListImpl {
 public:
   ValueListImpl() = default;
 
-  ValueListImpl(const ValueListImpl &rhs) = default;
+  ValueListImpl(const ValueListImpl &rhs)
----------------
bulbazord wrote:

Actually you're right here, ValueListImpl is an implementation detail and shouldn't matter. This one is fine.

https://github.com/llvm/llvm-project/pull/106774


More information about the lldb-commits mailing list