On Wed, 2022-06-22 at 18:34 -0400, David Malcolm wrote:
> We currently have a couple of formats into which our diagnostics can
> be serialized: (a) gcc's own json format and (b) SARIF, via:
> 
>   -fdiagnostics-format=json-stderr (and -fdiagnostics-format=json)
>   -fdiagnostics-format=json-file
>   -fdiagnostics-format=sarif-stderr
>   -fdiagnostics-format=sarif-file
> 
> This experimental patch kit implements the ability for GCC to
> replay these serialized diagnostics - and thus to use GCC's diagnostic
> printing machinery to print the output of any tool that can write to
> these formats.

[...snip...]

This kit should refer to PR other/96032, fwiw:
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032

Dave

Reply via email to