summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
Commit message (Expand)AuthorAge
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-28
* Disallow driver use in more Sema testsAlp Toker2014-04-19
* Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman2014-01-02
* Added a comment about the launch_bounds attribute's AST node being required. ...Aaron Ballman2013-12-19
* CUDA: diagnose invalid calls across targetsPeter Collingbourne2011-10-02
* CUDA: add separate diagnostics for too few/many exec config argsPeter Collingbourne2011-10-02
* CUDA: diagnose unconfigured calls to global functionsPeter Collingbourne2011-10-02
* Sema: diagnose kernel calls to non-global functionsPeter Collingbourne2011-02-23
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-09
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-09
* Sema: diagnose kernel functions with non-void return typePeter Collingbourne2010-12-12
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-01