aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_check_ast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the error for pointers in structures earlier in the compile.Stephen Hines2015-06-161-18/+19
* Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet2015-05-191-4/+4
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-1/+1
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-1/+1
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-27/+14
* Support reflection of enums.Stephen Hines2013-12-061-11/+9
* Add performance warning for rsSetElementAtTobias Grosser2013-08-011-0/+111
* Update slang for LLVM merge to r183849.Stephen Hines2013-06-131-1/+1
* Disallow implicit and explicit casts of vector types in llvm-rs-cc.Stephen Hines2013-05-081-0/+26
* Forbid non-const static variables in kernels.Stephen Hines2012-12-101-23/+38
* Validate FS (and RS) ASTs.Stephen Hines2012-10-111-0/+157