Cleanup Attributes

This commit is contained in:
Roberto Raggi
2009-11-10 14:56:37 +01:00
parent 24b6c858eb
commit b47eee8869
5 changed files with 14 additions and 23 deletions

View File

@@ -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;