forked from qt-creator/qt-creator
Cleanup specifiers.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user