[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Mar 16 10:42:23 PDT 2025
cmtice wrote:
> NewFormatDiagnostics looks okay. It's longer than the old version, but it's straight-forward linear code, so I don't have a problem with that.
>
> It's true that the system was designed to handle multiple errors, but it doesn't mean you have to use it that way. For me, the main value in it is the consistency of the error format wr.t. the expression parser (I don't particularly care about the new fancy format, but I think it's good to use the same one in both places).
Ok, I've updated the code to use the NewFormatDiagnostics (now just called FormatDiagnostics).
https://github.com/llvm/llvm-project/pull/120971
More information about the lldb-commits
mailing list