Fixed the generator.

This commit is contained in:
Roberto Raggi
2009-11-13 11:43:52 +01:00
parent ecf712e6bc
commit f8beeea6dd
2 changed files with 63 additions and 8 deletions

View File

@@ -89,8 +89,6 @@ void ASTMatcher::getTokenStartPosition(unsigned index, unsigned *line, unsigned
void ASTMatcher::getTokenEndPosition(unsigned index, unsigned *line, unsigned *column) const
{ getPosition(tokenAt(index).end(), line, column); }
bool ASTMatcher::match(SimpleSpecifierAST *node, SimpleSpecifierAST *pattern)
{
if (node->specifier_token != pattern->specifier_token)