]> git.ipfire.org Git - thirdparty/gcc.git/commit
Revert: r16-4193 ("diagnostics: generalize state graph code to use json::property...
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 3 Oct 2025 15:04:53 +0000 (11:04 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 3 Oct 2025 15:17:31 +0000 (11:17 -0400)
commit8cd2db265e73c55f20c05bddf23d3e0165488b2c
tree97266d6cafee9d83f81b5a48a187008a3dbbec88
parentf864e4b54a13420f37dc3710aeb9f8a6f9e63b9c
Revert: r16-4193 ("diagnostics: generalize state graph code to use json::property instances")

This reverts commit e4ab1f87805a6555bc327538d67067f3a690eddc.

Patch r16-4193-ge4ab1f87805a65 seems to have broken the build with
GCC 5.5 (PR bootstrap/122151).  Sorry about this.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
26 files changed:
contrib/gcc.doxy
gcc/Makefile.in
gcc/analyzer/ana-state-to-diagnostic-state.cc
gcc/analyzer/ana-state-to-diagnostic-state.h
gcc/analyzer/checker-event.cc
gcc/analyzer/sm-malloc.cc
gcc/configure
gcc/configure.ac
gcc/custom-sarif-properties/digraphs.cc [deleted file]
gcc/custom-sarif-properties/digraphs.h [deleted file]
gcc/custom-sarif-properties/state-graphs.cc [deleted file]
gcc/custom-sarif-properties/state-graphs.h [deleted file]
gcc/diagnostics/diagnostics-selftests.cc
gcc/diagnostics/diagnostics-selftests.h
gcc/diagnostics/digraphs.cc
gcc/diagnostics/digraphs.h
gcc/diagnostics/html-sink.cc
gcc/diagnostics/html-sink.h
gcc/diagnostics/output-spec.cc
gcc/diagnostics/state-graphs-to-dot.cc
gcc/diagnostics/state-graphs.cc [new file with mode: 0644]
gcc/diagnostics/state-graphs.h
gcc/doc/invoke.texi
gcc/json.cc
gcc/json.h
gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_graphs.cc