https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121986
Bug ID: 121986 Summary: Add support for descriptions of fix-it hints Product: gcc Version: 16.0 Status: UNCONFIRMED Keywords: SARIF Severity: normal Priority: P3 Component: diagnostics Assignee: dmalcolm at redhat dot com Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- SARIF "fix" objects SHOULD have a "description" property that describes the proposed fix: https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141791133 but currently GCC's SARIF output doesn't support this, and we don't capture this anywhere internally as we build fix-it hints in the compiler. Filing this to track adding descriptions to fix-it hints (both a mechanism, and the descriptions themselves). These strings presumably ought to be localized.