This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0743ec24e3 Don't try emitting dllexported explicitly defaulted non-triv [...] new 91a14f64f7 [OpenCL] Allow OpenCL C style vector initialization in C++
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: lib/Sema/SemaInit.cpp | 14 ++++-- test/CodeGenOpenCL/vector_literals_nested.cl | 23 --------- test/CodeGenOpenCL/vector_literals_valid.cl | 75 ++++++++++++++++++++++------ test/SemaCXX/vector.cpp | 8 +++ test/SemaOpenCL/vector_literals_const.cl | 27 ---------- 5 files changed, 78 insertions(+), 69 deletions(-) delete mode 100644 test/CodeGenOpenCL/vector_literals_nested.cl delete mode 100644 test/SemaOpenCL/vector_literals_const.cl