summaryrefslogtreecommitdiff
path: root/tests/front-end/modern-syntax-semantic.slang
AgeCommit message (Collapse)Author
2025-10-01Misc parser improvements. (#8563)Yong He
- 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.