This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 20a51bf [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5) new f5802a7 [OpenCL] Correct ndrange_t implementation
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/AST/ASTContext.h | 2 +- include/clang/AST/BuiltinTypes.def | 3 -- include/clang/AST/Type.h | 7 +---- include/clang/Serialization/ASTBitCodes.h | 8 ++--- lib/AST/ASTContext.cpp | 3 -- lib/AST/ExprConstant.cpp | 1 - lib/AST/ItaniumMangle.cpp | 3 -- lib/AST/MicrosoftMangle.cpp | 4 --- lib/AST/NSAPI.cpp | 1 - lib/AST/Type.cpp | 3 -- lib/AST/TypeLoc.cpp | 1 - lib/CodeGen/CGBuiltin.cpp | 17 ++++++++--- lib/CodeGen/CGDebugInfo.cpp | 2 -- lib/CodeGen/CGOpenCLRuntime.cpp | 3 -- lib/CodeGen/CodeGenTypes.cpp | 1 - lib/CodeGen/ItaniumCXXABI.cpp | 1 - lib/Headers/opencl-c.h | 4 --- lib/Index/USRGeneration.cpp | 1 - lib/Sema/Sema.cpp | 1 - lib/Sema/SemaChecking.cpp | 4 +-- lib/Serialization/ASTCommon.cpp | 3 -- lib/Serialization/ASTReader.cpp | 3 -- test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 41 +++++++++++--------------- test/Headers/opencl-c-header.cl | 18 +++++------ test/PCH/ocl_types.h | 3 -- test/SemaOpenCL/cl20-device-side-enqueue.cl | 1 + tools/libclang/CIndex.cpp | 1 - 27 files changed, 48 insertions(+), 92 deletions(-)