aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_pragma_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate rs_fp_imprecise.Jean-Luc Brouillet2014-07-091-6/+4
| | | | | | | | | | If rs_fp_imprecise is specified, issue a warning and use rs_fp_relaxed instead. Also add a validation that two incompatible precision pragmas have been specified. Change-Id: Ib70430872b4a3058b36f8196cbcffba2e4beb322
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-3/+2
| | | | | | More cleanups to follow... Change-Id: Ib8348255273771c1e9ff07e79bd7fbc8f2795a5b
* Update error diagnostics.Stephen Hines2011-12-091-1/+2
| | | | Change-Id: I8415450504f95cc3ad35866ed884fafc7ee24c90
* NOTICE file and logn:Shih-wei Liao2011-03-011-0/+1
| | | | | | Apply changes to migrate to LLVM 2010 Nov 10th: Change-Id: Ib8d3675b4701957f299f249ac72e8a43c2a6bc4c
* Add support for the version pragma.Stephen Hines2011-01-061-1/+7
| | | | Change-Id: I62707dcb432093ba50db95e527d55ff781be22a9
* Fix style and a small typo.Stephen Hines2011-01-061-1/+1
| | | | Change-Id: I3525f400feecd11be9cd90a142434f6eb89d965a
* Remove legacy code for export func/var pragmas.Stephen Hines2010-11-191-4/+0
| | | | Change-Id: I62e0768b11e4192ffde8ed26c0160d62e8f09714
* Improve code style.Stephen Hines2010-11-101-4/+5
| | | | Change-Id: I26e043849bce2a4b41ae132fbe0c882f4a6f112f
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
| | | | Release libslang/llvm-rs-cc/llvm-rs-link under Apache 2.0 license.
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+60
changed. This also makes cpplint happy.