This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6cd51207f57 c++: check delete access with trivial init [PR20040] new c1b7d28a598 analyzer: add region::is_named_decl_p new 4409152a4ac analyzer: implement __analyzer_dump_escaped new 11a2ff8d981 analyzer: add logging of aliasing
The 3 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/analyzer/engine.cc | 2 +- gcc/analyzer/region-model-impl-calls.cc | 69 ++++++++++++++++++++++++++ gcc/analyzer/region-model-manager.cc | 5 +- gcc/analyzer/region-model.cc | 9 ++++ gcc/analyzer/region-model.h | 8 ++- gcc/analyzer/region.cc | 14 ++++++ gcc/analyzer/region.h | 2 + gcc/analyzer/store.cc | 21 ++++++++ gcc/analyzer/store.h | 4 ++ gcc/doc/analyzer.texi | 18 +++++++ gcc/testsuite/gcc.dg/analyzer/analyzer-decls.h | 3 ++ gcc/testsuite/gcc.dg/analyzer/escaping-1.c | 27 ++++++++++ 12 files changed, 178 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/escaping-1.c