summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r--src/shared/cplusplus/ASTfwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h
index 922dd6b276..07f51b40ae 100644
--- a/src/shared/cplusplus/ASTfwd.h
+++ b/src/shared/cplusplus/ASTfwd.h
@@ -201,6 +201,7 @@ typedef List<MemInitializerAST *> MemInitializerListAST;
typedef List<NewArrayDeclaratorAST *> NewArrayDeclaratorListAST;
typedef List<PostfixAST *> PostfixListAST;
typedef List<PostfixDeclaratorAST *> PostfixDeclaratorListAST;
+typedef List<AttributeAST *> AttributeListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;