================
@@ -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