This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2b3a36e Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ [...] new 9d09f35 Correct the documentation for isSignedInteger() and isUnsigne [...] new ac46444 [analyzer] Teach CloneDetector to find clones that look like [...]
The 2 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: docs/LibASTMatchersReference.html | 4 +- include/clang/ASTMatchers/ASTMatchers.h | 4 +- include/clang/Analysis/CloneDetection.h | 39 ++++++- lib/Analysis/CloneDetection.cpp | 143 ++++++++++++++++++++++---- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 72 ++++++++++++- test/Analysis/copypaste/suspicious-clones.cpp | 97 +++++++++++++++++ 6 files changed, 332 insertions(+), 27 deletions(-) create mode 100644 test/Analysis/copypaste/suspicious-clones.cpp