================
@@ -91,10 +136,14 @@ class Status {
~Status();
- // llvm::Error support
- explicit Status(llvm::Error error) { *this = std::move(error); }
+ /// Try not to use this in new code. Migrate APIs to llvm::Expected instead.
----------------
JDevlieghere wrote:
[nit] I'd word this even stronger: "Avoid using this in new code. Migrate APIs
to use llvm::Error or llvm::Expected directly."
https://github.com/llvm/llvm-project/pull/106774
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits