Re: [PATCH 0/8] v4 of libdiagnostics

2024-11-18 Thread David Malcolm
On Wed, 2024-11-13 at 14:10 -0500, David Malcolm wrote: > Here's v4 of my patch kit for "libdiagnostics", which makes GCC's > diagnostics subsystem available as a shared library; see: >   https://gcc.gnu.org/wiki/libdiagnostics > > New in v4: > * tutorial and API documentation (see patch 4) > * ad

[PATCH 0/8] v4 of libdiagnostics

2024-11-13 Thread David Malcolm
Here's v4 of my patch kit for "libdiagnostics", which makes GCC's diagnostics subsystem available as a shared library; see: https://gcc.gnu.org/wiki/libdiagnostics New in v4: * tutorial and API documentation (see patch 4) * added DIAGNOSTIC_SARIF_VERSION_2_2_PRERELEASE * reimplemented FAIL_IF_NU