This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a61d7c5 [analyzer] Add a modular constraint system to the CloneDetector new 727ea63 Revert "[analyzer] Add a modular constraint system to the Clo [...]
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/CloneDetection.h | 349 ++++------- lib/Analysis/CloneDetection.cpp | 887 ++++++++++++++++----------- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 100 +-- unittests/Analysis/CMakeLists.txt | 5 +- unittests/Analysis/CloneDetectionTest.cpp | 110 ---- 5 files changed, 662 insertions(+), 789 deletions(-) delete mode 100644 unittests/Analysis/CloneDetectionTest.cpp