Removed StatementListAST

Done with Erik Verbruggen
This commit is contained in:
Roberto Raggi
2009-11-10 11:27:56 +01:00
parent 36a0ea2bcb
commit 77e7899e7c
8 changed files with 14 additions and 56 deletions

View File

@@ -178,7 +178,6 @@ class SimpleSpecifierAST;
class SizeofExpressionAST;
class SpecifierAST;
class StatementAST;
class StatementListAST;
class StringLiteralAST;
class SwitchStatementAST;
class TemplateArgumentListAST;
@@ -202,6 +201,7 @@ class WhileStatementAST;
typedef List<ExpressionAST *> ExpressionListAST;
typedef List<DeclarationAST *> DeclarationListAST;
typedef List<StatementAST *> StatementListAST;
} // end of namespace CPlusPlus