This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ca66650e21 Revert assertion added by r372394 new dbb59f7942 Merge and improve code that detects same value in comparisons.
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: docs/ReleaseNotes.rst | 3 + include/clang/AST/Expr.h | 5 ++ lib/AST/Expr.cpp | 105 ++++++++++++++++++++++++++++++++++ lib/Analysis/CFG.cpp | 33 ++++++----- lib/Sema/SemaExpr.cpp | 31 +++++----- test/Analysis/array-struct-region.cpp | 6 ++ test/Sema/warn-overlap.c | 14 +++++ test/SemaCXX/compare-cxx2a.cpp | 6 ++ test/SemaCXX/self-comparison.cpp | 81 ++++++++++++++++++++++++++ 9 files changed, 249 insertions(+), 35 deletions(-)