This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 62fafdb [X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32 intri [...] new 40cf0c3 [OpenCL] Added implicit conversion rank for overloading funct [...]
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/Sema/Overload.h | 1 + lib/Sema/SemaOverload.cpp | 2 +- test/CodeGenOpenCL/overload.cl | 46 ++++++++++++++++++++++++ test/SemaOpenCL/overload_addrspace_resolution.cl | 29 --------------- 4 files changed, 48 insertions(+), 30 deletions(-) create mode 100644 test/CodeGenOpenCL/overload.cl delete mode 100644 test/SemaOpenCL/overload_addrspace_resolution.cl