[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 12:19:16 PDT 2024


================
@@ -96,7 +96,7 @@ class LLDB_API SBValueList {
 
   std::unique_ptr<ValueListImpl> m_opaque_up;
 
-  void SetError(const lldb_private::Status &status);
+  void SetError(lldb_private::Status &&status);
----------------
bulbazord wrote:

This also breaks ABI.

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


More information about the lldb-commits mailing list