This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e889472f6d Fix gcc compilation warning in an assert [NFC] new f0b138aae2 [OpenCL] Make global ctor init function a kernel
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/CodeGen/CGDeclCXX.cpp | 13 +++ lib/CodeGen/CodeGenFunction.cpp | 201 +--------------------------------- lib/CodeGen/CodeGenModule.cpp | 206 +++++++++++++++++++++++++++++++++++ lib/CodeGen/CodeGenModule.h | 13 +++ test/CodeGenOpenCLCXX/global_init.cl | 11 ++ 5 files changed, 244 insertions(+), 200 deletions(-) create mode 100644 test/CodeGenOpenCLCXX/global_init.cl