summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r--src/shared/cplusplus/ASTfwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h
index ac70f735db..4c04800c18 100644
--- a/src/shared/cplusplus/ASTfwd.h
+++ b/src/shared/cplusplus/ASTfwd.h
@@ -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;