aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_func.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-4/+4
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-2/+0
* Apply changes to migrate to llvm upstream r135568.Logan Chien2011-07-201-1/+1
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-4/+6
* Handle struct reference counting.Stephen Hines2011-02-101-1/+1
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-101-2/+19
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-4/+5
* Improve code style.Stephen Hines2010-11-101-4/+4
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-3/+0
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Provide better abstraction of class Slang.Zonr Chang2010-10-061-2/+2
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-2/+4
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-41/+31
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+85