This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e017f9615d [StaticAnalyzer] LoopUnrolling: Exclude cases where the coun [...] new 7e86b10209 [CFG] Add LoopExit information to CFG
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: include/clang/Analysis/AnalysisContext.h | 1 + include/clang/Analysis/CFG.h | 31 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 10 + lib/Analysis/AnalysisDeclContext.cpp | 2 + lib/Analysis/CFG.cpp | 24 ++ lib/StaticAnalyzer/Core/AnalysisManager.cpp | 3 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 5 + lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 + lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 4 +- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- test/Analysis/loopexit-cfg-output.cpp | 476 +++++++++++++++++++++ 12 files changed, 558 insertions(+), 5 deletions(-) create mode 100644 test/Analysis/loopexit-cfg-output.cpp