forked from qt-creator/qt-creator
Ported the accept methods.
This commit is contained in:
@@ -119,7 +119,7 @@ bool CheckExpression::visit(CastExpressionAST *ast)
|
||||
|
||||
bool CheckExpression::visit(ConditionAST *ast)
|
||||
{
|
||||
FullySpecifiedType typeSpecTy = semantic()->check(ast->type_specifier, _scope);
|
||||
FullySpecifiedType typeSpecTy = semantic()->check(ast->type_specifiers, _scope);
|
||||
Name *name = 0;
|
||||
FullySpecifiedType declTy = semantic()->check(ast->declarator, typeSpecTy.qualifiedType(),
|
||||
_scope, &name);
|
||||
|
||||
Reference in New Issue
Block a user