summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/unsized.slang
Commit message (Collapse)AuthorAge
* Add diagnostic to prevent defining unsized variables. (#4168)Yong He2024-05-15
| | | | | | | | | | | | | | | * Add diagnostic to prevent defining unsized static variables. * Fix tests. * Add more tests. * Fix to allow defining variables of link-time size. * update diagnostic message. * Fix tests. * Simplify code.
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Link-time constant and linkage API improvements. * Fix. * Allow module name to be empty. * Fix. * Fix. * Fix compile error.