mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
...which allows the AST printer to correctly choose whether to print it, which means it can be printed in a module interface in a non-WMO build, which is necessary for @objc enums to have a correct run-time representation when clients use that interface. rdar://problem/53469608