Re: [committed] Add diagnostic_metadata and CWE support

2020-01-28 Thread Jakub Jelinek
On Wed, Dec 18, 2019 at 07:08:25PM -0500, David Malcolm wrote: > This patch adds support for associating a diagnostic message with an > optional diagnostic_metadata object, so that plugins can add extra data > to their diagnostics (e.g. mapping a diagnostic to a taxonomy or coding > standard such a

[committed] Add diagnostic_metadata and CWE support

2019-12-18 Thread David Malcolm
This patch adds support for associating a diagnostic message with an optional diagnostic_metadata object, so that plugins can add extra data to their diagnostics (e.g. mapping a diagnostic to a taxonomy or coding standard such as from CERT or MISRA). Currently this only supports associating a CWE