This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from add07b7 Fix for clang_Cursor_getSpellingNameRange() new 0409217 Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as comp [...]
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, 1 insertion(+), 124 deletions(-) delete mode 100644 test/CodeGenOpenCL/null_queue.cl delete mode 100644 test/SemaOpenCL/null_queue.cl delete mode 100644 test/SemaOpenCL/queue_t_overload.cl