summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl
Commit message (Collapse)AuthorAgeFilesLines
* [OpenCL] Accept logical NOT for pointer types in CL1.1Anastasia Stulova2017-02-071-58/+0
| | | | | | | | | Fix for bug 30217 - incorrect error given for logical NOT operation with a pointer type: corrected sema check and improved related tests. Review: D29038 llvm-svn: 294313
* Disable warning about core features by defaultJan Vesely2016-06-011-1/+1
| | | | | | | | Reviewers: Anastasia, yaxunl Differential Revision: http://reviews.llvm.org/D20744 llvm-svn: 271414
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-1/+2
| | | | | | | | | | Add supported OpenCL extensions to target info. It serves as default values to save the users of the burden setting each supported extensions and optional core features in command line. Re-commit after fixing build error due to missing override attribute. Differential Revision: http://reviews.llvm.org/D19484 llvm-svn: 269670
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-2/+1
| | | | | | | | | Revert r269431 due to build failure caused by warning msg: llvm/tools/clang/lib/Basic/Targets.cpp:2090:9: error: 'setSupportedOpenCLOpts' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] void setSupportedOpenCLOpts() { llvm-svn: 269435
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-1/+2
| | | | | | | | Add supported OpenCL extensions to target info. It serves as default values to save the users of the burden setting each supported extensions and optional core features in command line. Differential Revision: http://reviews.llvm.org/D19484 llvm-svn: 269431
* Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly2013-02-211-1/+1
| | | | llvm-svn: 175736
* Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly2013-02-211-0/+57
llvm-svn: 175734
OpenPOWER on IntegriCloud