This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from afb2127600 Adding fuzzer flags support to OpenBSD driver new 44fcdc119f [Analyzer] SValBuilder Comparison Rearrangement (with Restri [...]
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/Core/AnalyzerOptions.h | 17 + lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 8 + lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 191 +++++ test/Analysis/conditional-path-notes.c | 86 +- test/Analysis/explain-svals.cpp | 2 +- test/Analysis/svalbuilder-rearrange-comparisons.c | 931 +++++++++++++++++++++ 6 files changed, 1223 insertions(+), 12 deletions(-) create mode 100644 test/Analysis/svalbuilder-rearrange-comparisons.c