summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCUDA/qualifiers.cu
Commit message (Collapse)AuthorAgeFilesLines
* [cuda] Preserve TLS storage class of host variable even if it's aArtem Belevich2015-04-281-0/+14
| | | | | | device-side compilation. llvm-svn: 236029
* [cuda] Ignore "TLS unsupported by target" errors for host variables during ↵Artem Belevich2015-04-271-1/+17
| | | | | | | | | | | | | | | | device compilation. During device-side CUDA compilation clang currently complains about all TLS variables, regardless of whether they are __host__ or __device__. This patch suppresses "TLS unsupported" errors for host variables during device compilation and for device variables during host compilation. Differential Revision: http://reviews.llvm.org/D9269 llvm-svn: 235907
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-281-1/+1
| | | | llvm-svn: 207453
* Sema: diagnose kernel functions with non-void return typePeter Collingbourne2010-12-121-0/+3
| | | | llvm-svn: 121653
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-011-0/+5
llvm-svn: 120545
OpenPOWER on IntegriCloud