summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/array-zero-size.slang
Commit message (Collapse)AuthorAge
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
| | | | | | | | | | | | | | | * Add legalization for 0-sized arrays. * Allow 0-sized arrays in the front-end. * More tests. * Add `Conditional<T, hasValue>` type to core module. * Update toc. * Fix wording. * Update test.
* Fix zero size array handling in slangc (#6399)Mukund Keshava2025-02-19
| | | | | | | | | | | | | | | | | * Fix zero size array handling in slangc Fixes #2890 1. Fix zero size array handling in slangc 2. Add new zero size array diagnostic test. * format code * fix review comments --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Add new zero size array test. (#6379)Mukund Keshava2025-02-18
Closes #2890 Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>