Files
swift-mirror/lib/SILOptimizer/Mandatory/Differentiation.cpp
Daniil Kovalev 83a028d105 [AutoDiff] Allow closure differentiation when used as default arg val (#78373)
If the default argument generator (and, consequently, the function taking this default argument) has public visibility, it's OK to have a closure (which always has private visibility) as the default value of the argument.
2025-02-19 22:34:56 -08:00

68 KiB