summaryrefslogtreecommitdiffstats
path: root/test/SemaCUDA/bad-attributes.cu
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Disallow __shared__ variables in host functions.Justin Lebar2016-10-131-0/+1
* [CUDA] Disallow __constant__ local variables.Justin Lebar2016-09-301-0/+8
* [CUDA] Disallow 'extern __shared__' variables.Justin Lebar2016-09-301-0/+2
* [CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar2016-01-201-2/+14
* [CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar2016-01-131-0/+49