diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-06-23 14:38:41 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-06-23 14:39:14 +0200 |
commit | da817310c2c07a107d21e743370a09d4adfc4852 (patch) | |
tree | ac7efd8d5e9bebf5dd3dbf9a4b3e385a6bc44376 /src/shared/cplusplus/ASTMatcher.h | |
parent | ed2862acce3f22bd1d7c83203eb445696426d438 (diff) | |
download | qt-creator-da817310c2c07a107d21e743370a09d4adfc4852.tar.gz |
Get rid of PostfixExpressionAST and store the base expression together with the PostfixAST nodes.
Diffstat (limited to 'src/shared/cplusplus/ASTMatcher.h')
-rw-r--r-- | src/shared/cplusplus/ASTMatcher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/cplusplus/ASTMatcher.h b/src/shared/cplusplus/ASTMatcher.h index 7179328771..c5fff82629 100644 --- a/src/shared/cplusplus/ASTMatcher.h +++ b/src/shared/cplusplus/ASTMatcher.h @@ -115,7 +115,6 @@ public: virtual bool match(PointerAST *node, PointerAST *pattern); virtual bool match(PointerToMemberAST *node, PointerToMemberAST *pattern); virtual bool match(PostIncrDecrAST *node, PostIncrDecrAST *pattern); - virtual bool match(PostfixExpressionAST *node, PostfixExpressionAST *pattern); virtual bool match(QualifiedNameAST *node, QualifiedNameAST *pattern); virtual bool match(ReferenceAST *node, ReferenceAST *pattern); virtual bool match(ReturnStatementAST *node, ReturnStatementAST *pattern); |