This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4d1a672881 [X86] Add kortest intrinsics for 8, 32, and 64 bit masks. Ad [...] new d0fc178812 [Analyzer] Iterator Checker - Part 3: Invalidation check, fi [...]
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: include/clang/StaticAnalyzer/Checkers/Checkers.td | 4 + lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 183 ++++++++++++++++----- test/Analysis/Inputs/system-header-simulator-cxx.h | 46 +++++- test/Analysis/diagnostics/explicit-suppression.cpp | 2 +- test/Analysis/invalidated-iterator.cpp | 32 ++++ 5 files changed, 218 insertions(+), 49 deletions(-) create mode 100644 test/Analysis/invalidated-iterator.cpp