aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_export_var.cpp
AgeCommit message (Expand)Author
2017-07-13Record SourceLocation in exportables.David Gross
2015-12-17Cleanup: RSExportType::getSize() has inconsistent semantics.David Gross
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-01-16Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet
2012-08-03Fix build.Shih-wei Liao
2012-07-24Fix reflection of setters for unsigned primitive types.Stephen Hines
2012-02-24Style violation cleanup.Stephen Hines
2012-02-13Support initialization of constant array exports.Stephen Hines
2012-02-13Revert "Support initialization of constant array exports."Stephen Hines
2012-02-10Support initialization of constant array exports.Stephen Hines
2011-11-10Adapt to upstream changes.Stephen Hines
2011-02-07Add support for assertions in llvm-rs-cc.Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-11-03Use Clang object references instead of pointers.Stephen Hines
2010-10-12Implement one-definition-rule (ODR) feature.Zonr Chang
2010-10-12Prepend legal announcement in all files.Zonr Chang
2010-10-06Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang
2010-10-05More coding style fixing to improve the readability. No actual semanticszonr
2010-10-03The Mother-of-All code review:Shih-wei Liao
2010-09-11Apply changes on slang such that it can work with LLVM/Clang upstream r112364...Shih-wei Liao
2010-07-19Add QT.isConstQualified, to determine whether set_* needs to be reflected.Shih-wei Liao
2010-06-21Reflect initializer of an exported variable if any.Shih-wei Liao
2010-06-04Initialize slang and Android.mk.Shih-wei Liao