summaryrefslogtreecommitdiff
path: root/test/SemaCUDA/kernel-call.cu
Commit message (Expand)AuthorAgeFilesLines
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-2/+2
* [CUDA] Warn undeclared identifiers in CUDA kernel callsJustin Lebar2016-01-141-0/+2
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-281-1/+1
* CUDA: add separate diagnostics for too few/many exec config argsPeter Collingbourne2011-10-021-0/+2
* CUDA: diagnose unconfigured calls to global functionsPeter Collingbourne2011-10-021-0/+1
* Sema: diagnose kernel calls to non-global functionsPeter Collingbourne2011-02-231-0/+8
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-091-0/+15