]> granicus.if.org Git - clang/commit
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
authorEgor Churaev <egor.churaev@gmail.com>
Fri, 23 Dec 2016 14:55:49 +0000 (14:55 +0000)
committerEgor Churaev <egor.churaev@gmail.com>
Fri, 23 Dec 2016 14:55:49 +0000 (14:55 +0000)
commit0a3f510ca42ba60aeab099e8d06fdbfe64d8a085
tree91e803d129d9ebf7ebe0be6d30337e2d9c82178d
parent69ae954baa3407614ec3a949135af7d2b5acd554
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."

Summary: Fixed warnings in commit: https://reviews.llvm.org/rL290171

Reviewers: djasper, Anastasia

Subscribers: yaxunl, cfe-commits, bader

Differential Revision: https://reviews.llvm.org/D27981

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290431 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/clang/AST/OperationKinds.def
include/clang/Sema/Initialization.h
include/clang/Sema/Overload.h
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Edit/RewriteObjCFoundationAPI.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
lib/StaticAnalyzer/Core/ExprEngineC.cpp
test/CodeGenOpenCL/null_queue.cl [new file with mode: 0644]
test/SemaOpenCL/null_queue.cl [new file with mode: 0644]
test/SemaOpenCL/queue_t_overload.cl [new file with mode: 0644]