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