mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d48f949f8c
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.