summaryrefslogtreecommitdiffstats
path: root/test/SemaCUDA/function-overload.cu
Commit message (Expand)AuthorAgeFilesLines
* Merging r310776:Hans Wennborg2017-08-171-1/+1
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-071-26/+32
* [CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar2016-10-191-0/+10
* [CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar2016-10-131-2/+42
* [CUDA] Make touching a kernel from a __host__ __device__ function a deferred ...Justin Lebar2016-10-121-12/+1
* [CUDA] Disallow overloading destructors.Justin Lebar2016-10-031-33/+0
* [CUDA] Do not merge CUDA target attributes.Artem Belevich2016-09-131-0/+11
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-34/+4
* [CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-...Justin Lebar2016-03-231-111/+215
* [CUDA] Simplify SemaCUDA/function-overload.cu test.Justin Lebar2016-03-231-84/+77
* [CUDA] do not allow attribute-based overloading for __global__ functions.Artem Belevich2016-02-241-0/+10
* [CUDA] Tweak attribute-based overload resolution to match nvcc behavior.Artem Belevich2016-02-121-33/+20
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+317