This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0dde67dd7d c: Add more C2y tests of initializer constraints new e4ab1f87805 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 | 163 +++++++++-------- 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 +- gcc/custom-sarif-properties/digraphs.h | 37 ++++ gcc/custom-sarif-properties/state-graphs.cc | 157 ++++++++++++++++ gcc/custom-sarif-properties/state-graphs.h | 97 ++++++++++ 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 | 139 +++++++------- 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, 879 insertions(+), 527 deletions(-) copy gcc/{host-default.cc => custom-sarif-properties/digraphs.cc} (67%) create mode 100644 gcc/custom-sarif-properties/digraphs.h 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