https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116176
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-02-01 Ever confirmed|0 |1 Target Milestone|--- |16.0 Status|UNCONFIRMED |ASSIGNED --- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- The patch in comment #1 adds support to sarif-replay for replaying *input* .sarif files that use theRun.logicalLocations (which is the case for those that use parentIndex), but doesn't yet use parentIndex or capture the nesting in the calls it makes to libgdiagnostics. I have a work-in-progress followup patch (for GCC 16) that adds support to gcc's sarif *output* for capturing the tree of logical locations (which thus requires putting the information in theRun.logicalLocations).