This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a9a4c57c2a [CFG] Provide construction contexts for return value constructors. new 9a5369fb11 [X86] Reverse the operand order of the implementation of the [...] new 59ea7a594e [analyzer] Exploration strategy prioritizing unexplored cove [...]
The 2 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 | 1 + .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 1 + lib/CodeGen/CGBuiltin.cpp | 3 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 27 +++++---- lib/StaticAnalyzer/Core/CoreEngine.cpp | 64 ++++++++++++++++++++++ .../exploration_order/prefer_unexplored.cc | 39 +++++++++++++ test/CodeGen/avx512bw-builtins.c | 4 +- test/CodeGen/avx512f-builtins.c | 2 +- 8 files changed, 125 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/exploration_order/prefer_unexplored.cc