================
@@ -145,6 +145,7 @@ class Status {
   bool Success() const;
 
 protected:
+  Status(llvm::Error &&error);
----------------
labath wrote:

```suggestion
  Status(llvm::Error error);
```

https://github.com/llvm/llvm-project/pull/107163
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to