mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Instead of asking SILGen to build calls to `makeIterator` and `$generator.next()`, let's synthesize and type-check them together with the rest of for-in preamble. This greatly simplifies interaction between Sema and SILGen for for-in statements.
Differentiable Programming Test Suite
This directory tests differentiable programming in Swift, described in
docs/DifferentiableProgramming.md.
Tests are categorized in subdirectories mimicking the directories in test/.