Cleanup MemInitializerAST

This commit is contained in:
Roberto Raggi
2009-11-10 14:11:21 +01:00
parent 1dbdbbefe7
commit 73a4f2977a
7 changed files with 26 additions and 28 deletions

View File

@@ -196,6 +196,8 @@ typedef List<DeclarationAST *> DeclarationListAST;
typedef List<StatementAST *> StatementListAST;
typedef List<DeclaratorAST *> DeclaratorListAST;
typedef List<BaseSpecifierAST *> BaseSpecifierListAST;
typedef List<EnumeratorAST *> EnumeratorListAST;
typedef List<MemInitializerAST *> MemInitializerListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;