summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/param-mutation.slang
Commit message (Collapse)AuthorAge
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
| | | | | | | | | | | | | | | * Support `constref` parameters passing. * Fix. * Fix. * Add test and diagnostic on mix use of __constref and no_diff. * check for [constref] on differentiable member method. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia2023-09-06
* Make a warning if a [mutating] method is passed as an in param. * Kick CI. --------- Co-authored-by: Yong He <yonghe@outlook.com>