summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaOpenCL/invalid-kernel-parameters.cl
Commit message (Collapse)AuthorAgeFilesLines
* Error on more illegal kernel argument types for OpenCLMatt Arsenault2013-07-231-0/+132
bool, half, pointers and structs / unions containing any of these are not allowed. Does not yet reject size_t and related integer types that are also disallowed. llvm-svn: 186908
OpenPOWER on IntegriCloud