Cleanup Catch clause

This commit is contained in:
Roberto Raggi
2009-11-10 15:15:51 +01:00
parent 380bce4527
commit 30c67f43df
7 changed files with 12 additions and 15 deletions

View File

@@ -203,6 +203,7 @@ typedef List<PostfixAST *> PostfixListAST;
typedef List<PostfixDeclaratorAST *> PostfixDeclaratorListAST;
typedef List<AttributeAST *> AttributeListAST;
typedef List<NestedNameSpecifierAST *> NestedNameSpecifierListAST;
typedef List<CatchClauseAST *> CatchClauseListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;