This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7a5dd209e3 Revert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type bug" new 1d6967454f [OpenCL] Split type and macro definitions into opencl-c-base.h
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/Basic/SyncScope.h | 2 +- lib/Frontend/CompilerInvocation.cpp | 10 +- lib/Headers/CMakeLists.txt | 1 + lib/Headers/module.modulemap | 1 + lib/Headers/opencl-c-base.h | 573 ++++++++++++++++++++++++++++ lib/Headers/opencl-c.h | 537 +------------------------- test/SemaOpenCL/fdeclare-opencl-builtins.cl | 6 +- 7 files changed, 591 insertions(+), 539 deletions(-) create mode 100644 lib/Headers/opencl-c-base.h