This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d76a2f16ee This feature allows the analyzer to consider loops to comple [...] new 6005cae969 [StaticAnalyzer] Completely unrolling specific loops with kn [...]
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: .../Core/PathSensitive/LoopUnrolling.h | 33 ++++ lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 203 +++++++++++++++++++++ test/Analysis/loop-unrolling.cpp | 181 ++++++++++++++++++ 3 files changed, 417 insertions(+) create mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h create mode 100644 lib/StaticAnalyzer/Core/LoopUnrolling.cpp create mode 100644 test/Analysis/loop-unrolling.cpp