This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e3ba09890a [Analyzer] Constraint Manager Negates Difference new 1107c5c9c8 [DebugInfo] Follow-up commit to improve consistency. NFC new 97905d1cb2 [Analyzer] Iterator Checker - Part 2: Increment, decrement o [...]
The 2 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: lib/CodeGen/CGDebugInfo.cpp | 218 +++++----- lib/CodeGen/CGDebugInfo.h | 26 +- lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 479 +++++++++++++++++++-- test/Analysis/Inputs/system-header-simulator-cxx.h | 24 ++ test/Analysis/diagnostics/explicit-suppression.cpp | 2 +- test/Analysis/iterator-range.cpp | 107 ++++- 6 files changed, 695 insertions(+), 161 deletions(-)