This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1707e0b58c clang/module.modulemap: Split out Clang_RewriteFrontend from [...] new d8149d5135 Revert "[StaticAnalyzer] Completely unrolling specific loops [...]
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 | 9 +- .../Core/PathSensitive/LoopUnrolling.h | 33 ---- .../Checkers/ExprInspectionChecker.cpp | 1 - lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 - lib/StaticAnalyzer/Core/CMakeLists.txt | 2 - lib/StaticAnalyzer/Core/ExprEngine.cpp | 24 +-- lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 203 --------------------- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- test/Analysis/loop-unrolling.cpp | 181 ------------------ 10 files changed, 4 insertions(+), 461 deletions(-) delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h delete mode 100644 lib/StaticAnalyzer/Core/LoopUnrolling.cpp delete mode 100644 test/Analysis/loop-unrolling.cpp