diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-02-15 12:23:28 +0100 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-02-15 12:24:31 +0100 |
commit | a0071f1ce968a3c01d034227f0c01042447dfb43 (patch) | |
tree | 9a76e232739878f7e0b633c85ee3ed6fe2e246d5 /src/shared/cplusplus/ASTMatcher.h | |
parent | cb3001b621a7c212443e1b9fc4dbabd5b27666d9 (diff) | |
download | qt-creator-a0071f1ce968a3c01d034227f0c01042447dfb43.tar.gz |
Revert "Added Objective-C @try block parsing."
This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
Diffstat (limited to 'src/shared/cplusplus/ASTMatcher.h')
-rw-r--r-- | src/shared/cplusplus/ASTMatcher.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/cplusplus/ASTMatcher.h b/src/shared/cplusplus/ASTMatcher.h index 38331077fb..c6466a4919 100644 --- a/src/shared/cplusplus/ASTMatcher.h +++ b/src/shared/cplusplus/ASTMatcher.h @@ -126,7 +126,6 @@ public: virtual bool match(TemplateTypeParameterAST *node, TemplateTypeParameterAST *pattern); virtual bool match(ThisExpressionAST *node, ThisExpressionAST *pattern); virtual bool match(ThrowExpressionAST *node, ThrowExpressionAST *pattern); - virtual bool match(ObjCThrowExpressionAST *node, ObjCThrowExpressionAST *pattern); virtual bool match(TranslationUnitAST *node, TranslationUnitAST *pattern); virtual bool match(TryBlockStatementAST *node, TryBlockStatementAST *pattern); virtual bool match(TypeConstructorCallAST *node, TypeConstructorCallAST *pattern); @@ -170,9 +169,6 @@ public: virtual bool match(ObjCDynamicPropertiesDeclarationAST *node, ObjCDynamicPropertiesDeclarationAST *pattern); virtual bool match(ObjCFastEnumerationAST *node, ObjCFastEnumerationAST *pattern); virtual bool match(ObjCSynchronizedStatementAST *node, ObjCSynchronizedStatementAST *pattern); - virtual bool match(ObjCTryBlockStatementAST *node, ObjCTryBlockStatementAST *pattern); - virtual bool match(ObjCCatchClauseAST *node, ObjCCatchClauseAST *pattern); - virtual bool match(ObjCFinallyClauseAST *node, ObjCFinallyClauseAST *pattern); }; } // end of namespace CPlusPlus |