forked from qt-creator/qt-creator
Fixed handling of attribute specifiers in front of declaration
Done with Roberto Raggi
This commit is contained in:
@@ -384,8 +384,9 @@ bool CheckSpecifier::visit(TypeofSpecifierAST *ast)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CheckSpecifier::visit(AttributeSpecifierAST *)
|
||||
bool CheckSpecifier::visit(AttributeSpecifierAST *ast)
|
||||
{
|
||||
accept(ast->next);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user