summaryrefslogtreecommitdiffstats
path: root/tests/front-end/link-time-struct-same-line.slang
Commit message (Collapse)AuthorAge
* Misc parser improvements. (#8563)Yong He2025-10-01
- Fix bug parsing multiple link-time structs on the same line. Closes #8553. - Fix bug parsing anonymous struct type as function return type in modern syntax. Closes #8558 - Support semantics on modern style param/var declarations.