forked from qt-creator/qt-creator
Cleanup MemInitializerAST
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user