Fixed return-type checking for ObjC methods.

This commit is contained in:
Erik Verbruggen
2010-06-18 09:08:00 +02:00
parent a1a565b9c5
commit 3c3af9c25b
7 changed files with 9 additions and 29 deletions

View File

@@ -64,8 +64,6 @@ public:
FullySpecifiedType check(SpecifierListAST *specifier, Scope *scope,
const FullySpecifiedType &ty = FullySpecifiedType());
FullySpecifiedType check(ObjCTypeNameAST *typeName, Scope *scope,
const FullySpecifiedType &ty = FullySpecifiedType());
protected:
SpecifierListAST *switchSpecifier(SpecifierListAST *specifier);