This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6deacb219c [mips][mt][7/7] Add driver option for the MIPS MT ASE. new f3ab09d9a0 Revert "[analyzer] Support generating and reasoning over mor [...]
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: .../clang/StaticAnalyzer/Checkers/SValExplainer.h | 16 +- lib/StaticAnalyzer/Core/SValBuilder.cpp | 7 +- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 26 +- lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 27 +- test/Analysis/analyzer_test.py | 12 +- test/Analysis/bitwise-ops.c | 9 +- test/Analysis/bool-assignment.c | 4 + test/Analysis/conditional-path-notes.c | 88 +- test/Analysis/explain-svals.cpp | 2 +- test/Analysis/plist-macros-z3.cpp | 1622 -------------------- test/Analysis/plist-macros.cpp | 74 +- test/Analysis/range_casts.c | 12 +- test/Analysis/std-c-library-functions.c | 3 +- 13 files changed, 65 insertions(+), 1837 deletions(-) delete mode 100644 test/Analysis/plist-macros-z3.cpp