[Lldb-commits] [lldb] [lldb] Add Status::Detail to store expression evaluator diagnostics [… (PR #106442)

via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 28 12:52:06 PDT 2024


jimingham wrote:

"Detail" seems too generic a name for what is a very "compiler error" centric data structure in Status.  But if it's ExprDetail, then the next time someone wants to add richer info about an error, would we have them add an `OtherErrorDetail` structure?  Maybe the latter question can be pushed off till there IS a second usage.  But it still bugs me that this claims to more generality than it has.

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


More information about the lldb-commits mailing list