This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7806f274e2 [analyzer] Fix yet-another-crash in body-farming std::call_once new 63f1a46002 [analyzer] Expose exploration strategy through analyzer options.
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 | 13 +++++++++ .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 7 +++-- .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 6 ++-- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 20 +++++++++++++ lib/StaticAnalyzer/Core/CoreEngine.cpp | 33 +++++++++++++++++++--- lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- 8 files changed, 74 insertions(+), 13 deletions(-)