Cleanup NewArrayDeclaratorAST

This commit is contained in:
Roberto Raggi
2009-11-10 14:16:39 +01:00
parent 73a4f2977a
commit aff9a74366
7 changed files with 15 additions and 14 deletions

View File

@@ -198,6 +198,7 @@ typedef List<DeclaratorAST *> DeclaratorListAST;
typedef List<BaseSpecifierAST *> BaseSpecifierListAST;
typedef List<EnumeratorAST *> EnumeratorListAST;
typedef List<MemInitializerAST *> MemInitializerListAST;
typedef List<NewArrayDeclaratorAST *> NewArrayDeclaratorListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;