This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 429fe82294 [Driver] Update Fuchsia driver path handling new e469ff2759 [analyzer] Support generating and reasoning over more symbol [...]
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 +- .../{plist-macros.cpp => plist-macros-z3.cpp} | 11 +-- test/Analysis/plist-macros.cpp | 74 ++++++++++++++++-- test/Analysis/range_casts.c | 12 +-- test/Analysis/std-c-library-functions.c | 3 +- 13 files changed, 221 insertions(+), 70 deletions(-) copy test/Analysis/{plist-macros.cpp => plist-macros-z3.cpp} (99%)