This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0293c7f5c8 ReleaseNotes: update links to use https new 6475259f54 [Analyzer] Iterator Checker - Part 4: Mismatched iterator ch [...] new 90174d3815 [Analyzer] Iterator Checker - Part 5: Move Assignment of Containers new e171ae4858 [Analyzer] Iterator Checker - Part 6: Mismatched iterator ch [...] new 399a4432e1 [Analyzer] Iterator Checker - Part 7: Support for push and p [...] new 844a9e7959 [Analyzer] Iterator Checker - Part 8: Support for assign, cl [...]
The 5 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: include/clang/StaticAnalyzer/Checkers/Checkers.td | 8 +- lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 1001 +++++++++++++++++++- test/Analysis/Inputs/system-header-simulator-cxx.h | 79 ++ test/Analysis/diagnostics/explicit-suppression.cpp | 2 +- test/Analysis/invalidated-iterator.cpp | 371 +++++++- test/Analysis/iterator-range.cpp | 58 ++ 6 files changed, 1506 insertions(+), 13 deletions(-)