summaryrefslogtreecommitdiffstats
path: root/test/SemaCUDA
Commit message (Expand)AuthorAgeFilesLines
* CUDA: diagnose invalid calls across targetsPeter Collingbourne2011-10-022-1/+45
* 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-092-0/+27
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+3
* Sema: diagnose kernel functions with non-void return typePeter Collingbourne2010-12-121-0/+3
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-012-0/+12