summaryrefslogtreecommitdiff
path: root/tests/bugs/extended-type-in-param.slang
AgeCommit message (Collapse)Author
2024-07-25Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)Yong He
* Check extensions before function parameters. Fix decl ref formation for synthesized differentiable requirements that are inside an extension. * Fix clang errors. * More clang fix. * Fix warnings. * Fix build error. * Fix. * Fix typo.