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

@@ -97,7 +97,7 @@ protected:
virtual bool visit(ObjCMethodPrototypeAST *ast);
void checkMessageArgument(ObjCMessageArgumentDeclarationAST *arg);
void applyCvQualifiers(SpecifierAST *cv);
void applyCvQualifiers(SpecifierListAST *it);
private:
DeclaratorAST *_declarator;