[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
Summary: Enabling the compression of CLK_NULL_QUEUE to variable of type queue_t. Reviewers: Anastasia Subscribers: cfe-commits, yaxunl, bader Differential Revision: https://reviews.llvm.org/D27569 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290171 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/OperationKinds.def 3 additions, 0 deletionsinclude/clang/AST/OperationKinds.def
- include/clang/Sema/Initialization.h 5 additions, 0 deletionsinclude/clang/Sema/Initialization.h
- include/clang/Sema/Overload.h 1 addition, 0 deletionsinclude/clang/Sema/Overload.h
- lib/AST/ExprConstant.cpp 2 additions, 0 deletionslib/AST/ExprConstant.cpp
- lib/CodeGen/CGExprAgg.cpp 1 addition, 0 deletionslib/CodeGen/CGExprAgg.cpp
- lib/CodeGen/CGExprComplex.cpp 1 addition, 0 deletionslib/CodeGen/CGExprComplex.cpp
- lib/CodeGen/CGExprScalar.cpp 5 additions, 0 deletionslib/CodeGen/CGExprScalar.cpp
- lib/Sema/SemaExpr.cpp 12 additions, 0 deletionslib/Sema/SemaExpr.cpp
- lib/Sema/SemaExprCXX.cpp 6 additions, 0 deletionslib/Sema/SemaExprCXX.cpp
- lib/Sema/SemaInit.cpp 40 additions, 1 deletionlib/Sema/SemaInit.cpp
- lib/Sema/SemaOverload.cpp 6 additions, 0 deletionslib/Sema/SemaOverload.cpp
- test/CodeGenOpenCL/null_queue.cl 18 additions, 0 deletionstest/CodeGenOpenCL/null_queue.cl
- test/SemaOpenCL/null_queue.cl 12 additions, 0 deletionstest/SemaOpenCL/null_queue.cl
- test/SemaOpenCL/queue_t_overload.cl 12 additions, 0 deletionstest/SemaOpenCL/queue_t_overload.cl
Loading
Please register or sign in to comment