================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
