summaryrefslogtreecommitdiff
path: root/test/SemaCUDA/bad-attributes.cu
AgeCommit message (Expand)Author
2016-10-13[CUDA] Disallow __shared__ variables in host functions.Justin Lebar
2016-09-30[CUDA] Disallow __constant__ local variables.Justin Lebar
2016-09-30[CUDA] Disallow 'extern __shared__' variables.Justin Lebar
2016-01-20[CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar
2016-01-13[CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar