summaryrefslogtreecommitdiffstats
path: root/tests/bugs/extended-type-in-param.slang
Commit message (Collapse)AuthorAge
* Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)Yong He2024-07-25
* 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.