mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
Centralize the exportability checking logic for nested functions in the `DeclExportabilityVisitor` utility. This logic was previously added to SILGen but there should not be special casing for nested functions at that layer.