This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 18e09e8 [OpenCL] Remove extra native_ functions from opencl-c.h new b4e3956 [OpenCL] Add the lit test for image size which was omitted by [...] new 6c79ae7 [analyzer] Make CloneDetector recognize different variable patterns.
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: lib/Analysis/CloneDetection.cpp | 146 +++++++++++++++++++++++++++- test/Analysis/copypaste/false-positives.cpp | 21 ---- test/Analysis/copypaste/functions.cpp | 10 +- test/CodeGenOpenCL/cast_image.cl | 18 ++++ 4 files changed, 170 insertions(+), 25 deletions(-) delete mode 100644 test/Analysis/copypaste/false-positives.cpp create mode 100644 test/CodeGenOpenCL/cast_image.cl