enum Parser::AttrRequirements

Declared at: clang/include/clang/Parse/Parser.h:2968

Enumerators

NameValueComment
AR_NoAttributesParsed0No attributes are diagnosed.
AR_GNUAttributesParsedAndRejected1Diagnose GNU attributes.
AR_GNUAttributesParsed2
AR_CXX11AttributesParsed4
AR_DeclspecAttributesParsed8
AR_AllAttributesParsed14
AR_VendorAttributesParsed10