enum class EnumExtensibilityKind
Description
The payload for an enum_extensibility attribute. This is a tri-state rather than just a boolean because the presence of the attribute indicates auditing.
Declared at: clang/include/clang/APINotes/Types.h:31
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Open | 1 | |
Closed | 2 |