This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1061365516 Revert "[analyzer] Quickfix: do not overflow in calculating [...] new ac61b333fd [analyzer] Do not analyze bison-generated files new 56019e5471 [analyzer] Exploration strategy prioritizing unexplored nodes first
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/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 + lib/StaticAnalyzer/Core/CoreEngine.cpp | 64 ++++++++++++++ lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 98 ++++++++++++++-------- .../exploration_order/prefer_unexplored.cc | 1 + test/Analysis/yaccignore.c | 13 +++ 7 files changed, 143 insertions(+), 37 deletions(-) create mode 100644 test/Analysis/yaccignore.c