aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCUDA
AgeCommit message (Expand)AuthorFilesLines
2011-10-02CUDA: diagnose invalid calls across targetsPeter Collingbourne2-1/+45
2011-10-02CUDA: add separate diagnostics for too few/many exec config argsPeter Collingbourne1-0/+2
2011-10-02CUDA: diagnose unconfigured calls to global functionsPeter Collingbourne1-0/+1
2011-02-23Sema: diagnose kernel calls to non-global functionsPeter Collingbourne1-0/+8
2011-02-09Parse: add support for parsing CUDA kernel callsPeter Collingbourne2-0/+27
2011-02-09AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne1-0/+3
2010-12-12Sema: diagnose kernel functions with non-void return typePeter Collingbourne1-0/+3
2010-12-01Basic, Sema: add support for CUDA location attributesPeter Collingbourne2-0/+12