summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/private-visibility.slang
Commit message (Collapse)AuthorAge
* Fix crash when private ctor is used for coercion. (#7858)Yong He2025-07-22
| | | | | | | | | * Fix crash when private ctor is used for coercion. * Fix tests. * Fix. * Fix test error.
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>