This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 03d5d6e5e3 [CMake] Use explicit targets for building Linux runtimes new e3ba09890a [Analyzer] Constraint Manager Negates Difference
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: .../Core/PathSensitive/RangedConstraintManager.h | 2 + lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 69 ++++++++++++++- .../constraint_manager_negate_difference.c | 98 ++++++++++++++++++++++ test/Analysis/ptr-arith.c | 23 ----- 4 files changed, 168 insertions(+), 24 deletions(-) create mode 100644 test/Analysis/constraint_manager_negate_difference.c