[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 14:41:55 PDT 2024


jimingham wrote:

You didn't introduce the situation where we have two separate "ExpressionResults -> String" API's in different places, but you did move one, so maybe it's time to put them together?  I don't have a strong opinion where they should go, except together if possible...

I'll still be curious to see how this works for any non-expression based command errors.  But ultimately if all it works for is expressions, it will still be doing a good thing, so...

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


More information about the lldb-commits mailing list