This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26ee954476b c++: Check template parameters in member class template spe [...] new b8357103288 json.h: fix typo in comment new 276cc4324b9 pretty-print: fixes to selftests new aa3b9502911 testsuite: generalize support for Python tests for SARIF output new 6a1c359e284 testsuite: add event IDs to multithreaded event plugin test new ac707d30ce4 diagnostics: consolidate on_{begin,end}_diagnostic into on_ [...] new 92c5265d22a diagnostics: move output formats from diagnostic.{c,h} to t [...]
The 6 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: gcc/Makefile.in | 1 + gcc/diagnostic-format-json.cc | 25 +-- gcc/diagnostic-format-sarif.cc | 41 ++-- gcc/diagnostic-format-text.cc | 209 +++++++++++++++++++++ gcc/diagnostic-format-text.h | 56 ++++++ gcc/diagnostic-format.h | 83 ++++++++ gcc/diagnostic-global-context.cc | 1 + gcc/diagnostic.cc | 175 +---------------- gcc/diagnostic.h | 85 +-------- gcc/gcc.cc | 1 + gcc/json.h | 2 +- gcc/opts.cc | 1 + gcc/pretty-print.cc | 39 +++- .../gcc.dg/plugin/diagnostic-test-metadata-sarif.c | 17 ++ .../plugin/diagnostic-test-metadata-sarif.py | 55 ++++++ ...nostic-test-paths-multithreaded-inline-events.c | 4 +- .../diagnostic-test-paths-multithreaded-sarif.c | 17 +- .../diagnostic-test-paths-multithreaded-sarif.py | 109 +++++++++++ ...stic-test-paths-multithreaded-separate-events.c | 4 +- .../gcc.dg/plugin/diagnostic_group_plugin.c | 1 + .../gcc.dg/plugin/diagnostic_plugin_test_paths.c | 46 +++-- gcc/testsuite/gcc.dg/plugin/plugin.exp | 4 +- .../{gcc.dg/sarif-output => lib}/sarif.py | 0 gcc/testsuite/lib/scansarif.exp | 16 ++ 24 files changed, 665 insertions(+), 327 deletions(-) create mode 100644 gcc/diagnostic-format-text.cc create mode 100644 gcc/diagnostic-format-text.h create mode 100644 gcc/diagnostic-format.h create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata-sarif.c create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata-sarif.py create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-multithreaded [...] rename gcc/testsuite/{gcc.dg/sarif-output => lib}/sarif.py (100%)