This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dmalcolm/analyzer in repository gcc.
from 5369feebc1f analyzer: remove __analyzer builtins new 4c380b83183 Rename -fdiagnostics-show-metadata to -fdiagnostics-show-cw [...] new 384de8d8a45 invoke.texi: update -fdiagnostics-show-cwe for analyzer
The 2 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/common.opt | 6 +- gcc/diagnostic-format-json.cc | 2 +- gcc/diagnostic.c | 10 +-- gcc/diagnostic.h | 5 +- gcc/doc/invoke.texi | 15 ++-- gcc/opts.c | 4 +- .../gcc.dg/plugin/diagnostic-test-metadata.c | 9 +++ ...nlining.c => diagnostic_plugin_test_metadata.c} | 88 ++++++---------------- gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 + gcc/toplev.c | 4 +- 10 files changed, 59 insertions(+), 85 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata.c copy gcc/testsuite/gcc.dg/plugin/{diagnostic_plugin_test_inlining.c => diagnostic_ [...]