This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 69ae954 Use after move bug fixes new 0a3f510 Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEU [...]
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/Expr.cpp | 1 + lib/AST/ExprConstant.cpp | 2 ++ lib/CodeGen/CGExpr.cpp | 2 ++ lib/CodeGen/CGExprAgg.cpp | 1 + lib/CodeGen/CGExprComplex.cpp | 1 + lib/CodeGen/CGExprConstant.cpp | 1 + lib/CodeGen/CGExprScalar.cpp | 5 ++++ lib/Edit/RewriteObjCFoundationAPI.cpp | 1 + lib/Sema/SemaExpr.cpp | 12 ++++++++++ lib/Sema/SemaExprCXX.cpp | 6 +++++ lib/Sema/SemaInit.cpp | 41 ++++++++++++++++++++++++++++++++- lib/Sema/SemaOverload.cpp | 6 +++++ lib/StaticAnalyzer/Core/ExprEngineC.cpp | 1 + test/CodeGenOpenCL/null_queue.cl | 18 +++++++++++++++ test/SemaOpenCL/null_queue.cl | 12 ++++++++++ test/SemaOpenCL/queue_t_overload.cl | 12 ++++++++++ 19 files changed, 130 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