summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test/unit-test-generic-entrypoint.cpp
AgeCommit message (Collapse)Author
2025-08-09Allow specializing entrypoints with generic value args or variadic types ↵Yong He
from API (#8119) Closes #8110. Closes #8011.
2024-12-17Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He