mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
(and similar for flag_enum) This commit prepares the importer for a world in which NS_ENUM and NS_OPTIONS have adopted the new Clang attributes 'enum_extensibility' and 'flag_enum', but API notes are used to reverse the effect. Without this there would be no transition path for adopting the standard Cocoa macros, which have applied unconditionally up to now. rdar://problem/18744821