This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4e57f52 Revert r290149: Add the alloc_size attribute to clang. new b49f706 [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
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/OperationKinds.def | 3 +++ include/clang/Sema/Initialization.h | 5 +++++ include/clang/Sema/Overload.h | 1 + lib/AST/ExprConstant.cpp | 2 ++ lib/CodeGen/CGExprAgg.cpp | 1 + lib/CodeGen/CGExprComplex.cpp | 1 + lib/CodeGen/CGExprScalar.cpp | 5 +++++ lib/Sema/SemaExpr.cpp | 12 +++++++++++ lib/Sema/SemaExprCXX.cpp | 6 ++++++ lib/Sema/SemaInit.cpp | 41 +++++++++++++++++++++++++++++++++++- lib/Sema/SemaOverload.cpp | 6 ++++++ test/CodeGenOpenCL/null_queue.cl | 18 ++++++++++++++++ test/SemaOpenCL/null_queue.cl | 12 +++++++++++ test/SemaOpenCL/queue_t_overload.cl | 12 +++++++++++ 14 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 test/CodeGenOpenCL/null_queue.cl create mode 100644 test/SemaOpenCL/null_queue.cl create mode 100644 test/SemaOpenCL/queue_t_overload.cl