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