[Lldb-commits] [lldb] [lldb] Make conversions from llvm::Error explicit with Status::FromEr… (PR #107163)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 11:09:12 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list