This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d5b2509387 CodeGen: make the type match the comment for a libcall new 52b6305306 [analyzer] Teach CloneDetection about Qt Meta-Object Compiler
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 | 22 ++++++++++++++++++++++ lib/Analysis/CloneDetection.cpp | 19 ++++++++++++++++++- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 7 ++++++- test/Analysis/copypaste/autogenerated_automoc.cpp | 19 +++++++++++++++++++ test/Analysis/copypaste/dbus_autogenerated.cpp | 19 +++++++++++++++++++ test/Analysis/copypaste/moc_autogenerated.cpp | 19 +++++++++++++++++++ test/Analysis/copypaste/not-autogenerated.cpp | 14 ++++++++++++++ test/Analysis/copypaste/ui_autogenerated.cpp | 19 +++++++++++++++++++ 8 files changed, 136 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/copypaste/autogenerated_automoc.cpp create mode 100644 test/Analysis/copypaste/dbus_autogenerated.cpp create mode 100644 test/Analysis/copypaste/moc_autogenerated.cpp create mode 100644 test/Analysis/copypaste/not-autogenerated.cpp create mode 100644 test/Analysis/copypaste/ui_autogenerated.cpp