This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 30d9a3a6984 json: fix escaping of object keys new 7abc7aae564 analyzer: add sarif properties for bounds checking diagnostics
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 | 59 +++++++++++++++++++++++++++++++++++++++++ gcc/analyzer/analyzer.h | 12 +++++++++ gcc/analyzer/bounds-checking.cc | 58 ++++++++++++++++++++++++++++++++++++++++ gcc/analyzer/region-model.cc | 41 ++++++++++++++++++++++++++++ gcc/analyzer/region-model.h | 4 +++ gcc/analyzer/store.cc | 30 +++++++++++++++++++++ gcc/analyzer/store.h | 4 +++ 7 files changed, 208 insertions(+)