[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 14:48:56 PDT 2024


adrian-prantl wrote:

Wasn't half as bad. @labath This update introduces a `ClonableError` base class. This will enable us (after a bit more refactoring) to move the various Error subclass declarations closer to where they are needed. Right now the ErrorFromEnums() method still prevents that.

https://github.com/llvm/llvm-project/pull/106774


More information about the lldb-commits mailing list