enum Parser::CXX11AttributeKind

Description

The kind of attribute specifier we have found.

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

Enumerators

NameValueComment
CAK_NotAttributeSpecifier0This is not an attribute specifier.
CAK_AttributeSpecifier1This should be treated as an attribute-specifier.
CAK_InvalidAttributeSpecifier2The next tokens are '[[', but this is not an attribute-specifier. This is ill-formed by C++11 [dcl.attr.grammar]p6.