This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 822a139e7d3 dwarf: add wiki link for DWARF GNU_annotation extensions new c89bd48e7e1 diagnostics: generalize state graph code to use json::prope [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: contrib/gcc.doxy | 2 +- gcc/Makefile.in | 3 +- gcc/analyzer/ana-state-to-diagnostic-state.cc | 166 +++++++++-------- gcc/analyzer/ana-state-to-diagnostic-state.h | 23 ++- gcc/analyzer/checker-event.cc | 9 +- gcc/analyzer/sm-malloc.cc | 29 ++- gcc/configure | 2 +- gcc/configure.ac | 2 +- .../digraphs.cc} | 13 +- .../digraphs.h} | 21 ++- gcc/custom-sarif-properties/state-graphs.cc | 161 +++++++++++++++++ gcc/custom-sarif-properties/state-graphs.h | 98 ++++++++++ gcc/diagnostics/diagnostics-selftests.cc | 1 - gcc/diagnostics/diagnostics-selftests.h | 1 - gcc/diagnostics/digraphs.cc | 199 +++++++++++++++++---- gcc/diagnostics/digraphs.h | 62 +++++-- gcc/diagnostics/html-sink.cc | 62 ++++--- gcc/diagnostics/html-sink.h | 9 +- gcc/diagnostics/output-spec.cc | 12 +- gcc/diagnostics/state-graphs-to-dot.cc | 141 ++++++++------- gcc/diagnostics/state-graphs.cc | 156 ---------------- gcc/diagnostics/state-graphs.h | 108 ----------- gcc/doc/invoke.texi | 8 +- gcc/json.cc | 25 +++ gcc/json.h | 82 +++++++++ .../gcc.dg/plugin/diagnostic_plugin_test_graphs.cc | 5 +- 26 files changed, 870 insertions(+), 530 deletions(-) copy gcc/{host-default.cc => custom-sarif-properties/digraphs.cc} (67%) copy gcc/{config/xtensa/xtensa-passes.def => custom-sarif-properties/digraphs.h} (53%) create mode 100644 gcc/custom-sarif-properties/state-graphs.cc create mode 100644 gcc/custom-sarif-properties/state-graphs.h delete mode 100644 gcc/diagnostics/state-graphs.cc