Cleanup specifiers.

This commit is contained in:
Roberto Raggi
2009-11-10 16:00:22 +01:00
parent 4fc2ccf0c5
commit cdb1443219
16 changed files with 236 additions and 304 deletions

View File

@@ -120,7 +120,7 @@ Semantic::~Semantic()
Control *Semantic::control() const
{ return d->control; }
FullySpecifiedType Semantic::check(SpecifierAST *specifier, Scope *scope)
FullySpecifiedType Semantic::check(SpecifierListAST *specifier, Scope *scope)
{ return d->checkSpecifier->check(specifier, scope); }
void Semantic::check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters)