forked from qt-creator/qt-creator
Added AST nodes for compound expressions (a GNU extension).
This commit is contained in:
@@ -293,6 +293,11 @@ bool ResolveExpression::visit(ThisExpressionAST *)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ResolveExpression::visit(CompoundExpressionAST *ast)
|
||||
{
|
||||
return true; // ###
|
||||
}
|
||||
|
||||
bool ResolveExpression::visit(NestedExpressionAST *ast)
|
||||
{
|
||||
accept(ast->expression);
|
||||
|
||||
Reference in New Issue
Block a user