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 e06b9ff1215 [analyzer] Convert from "--analyzer" to "-fanalyzer"/"-fno- [...] new 722d2d48186 [analyzer] Function pointer support
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: gcc/analyzer/analyzer.cc | 38 +++-- gcc/analyzer/analyzer.h | 8 +- gcc/analyzer/engine.cc | 24 ++- gcc/analyzer/region-model.cc | 187 +++++++++++++--------- gcc/analyzer/region-model.h | 3 + gcc/analyzer/sm-file.cc | 78 ++++----- gcc/analyzer/sm-malloc.cc | 104 ++++++------ gcc/analyzer/sm-sensitive.cc | 55 +++---- gcc/analyzer/sm-taint.cc | 33 ++-- gcc/analyzer/sm.h | 6 + gcc/testsuite/gcc.dg/analyzer/attribute-nonnull.c | 24 +++ gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c | 84 ++++++++++ 12 files changed, 415 insertions(+), 229 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c