Fixes: Parsing of simple id expressions (e.g. a;).

AutoTest: included
This commit is contained in:
Roberto Raggi
2008-12-15 12:24:41 +01:00
parent 78f1fca9aa
commit da6eb84456
4 changed files with 38 additions and 3 deletions

View File

@@ -220,7 +220,8 @@ public:
void match(int kind, unsigned *token);
bool maybeFunctionCall(SimpleDeclarationAST *simpleDecl);
bool maybeFunctionCall(SimpleDeclarationAST *simpleDecl) const;
bool maybeSimpleExpression(SimpleDeclarationAST *simpleDecl) const;
private:
bool switchTemplateArguments(bool templateArguments);