https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116301
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-10-03 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- The above patch adds: * internal support for SARIF 2.2 output * testsuite and selftest coverage, and * support for capturing #include information for ICEs that occur inside a header It doesn't add: * a documented/supported way for users to select SARIF 2.2 * support for the "scannedFile" role (see https://github.com/oasis-tcs/sarif-spec/issues/459), leaving it to followup work. Leaving open for those items.