forked from qt-creator/qt-creator
Fixes: Parsing of simple id expressions (e.g. a;).
AutoTest: included
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user