erichkeane added a comment.
In D138939#3963473 <https://reviews.llvm.org/D138939#3963473>, @tschuett wrote:
> Maybe `void FormatDiagnostic(SmallVectorImpl<char> &OutStr, DiagnosticMode
> mode)`instead of `void FormatDiagnostic(SmallVectorImpl<char> &OutStr)`?
> To make the transition easer and future proof.
I like this idea. Perhaps with DiagnosticMode being a 3-way enum:
enum struct DiagnosticMode {
Legacy,
Sarif,
Default = Legacy
}
I like the idea in particular, since it makes a command line flag to modify
"Default" to be whichever the user prefers pretty trivial.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138939/new/
https://reviews.llvm.org/D138939
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits