[Lldb-commits] [lldb] [lldb] Highlight "note:" in CommandReturnObject (PR #114610)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 1 15:46:32 PDT 2024


https://github.com/adrian-prantl approved this pull request.

I was going to say this is not the right way to do this, but I suppose there isn't really a better mechanism available, since this isn't an error. Otherwise you'd be better off joining a diagnostic error with the note so the UI layer can choose how to render the note.

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


More information about the lldb-commits mailing list