This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3a677b9 Avoid the -Wdocumentation-unknown-command warning in Clang's [...] new 59d4b1d [analyzer] Reland r299544 "Add a modular constraint system to [...]
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, 789 insertions(+), 662 deletions(-) create mode 100644 unittests/Analysis/CloneDetectionTest.cpp