]> granicus.if.org Git - clang/commitdiff
Fix typo from r76321.
authorSteve Naroff <snaroff@apple.com>
Sat, 18 Jul 2009 15:38:31 +0000 (15:38 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 18 Jul 2009 15:38:31 +0000 (15:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76322 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Type.cpp

index 64a090d174c678292390f1366ff02565ca9fca25..23dbce213648cb204705a440350c9609bbe6beb8 100644 (file)
@@ -486,7 +486,7 @@ const ObjCInterfaceType *Type::getAsObjCQualifiedInterfaceType() const {
 }
 
 bool Type::isObjCQualifiedInterfaceType() const {
-  return getAsObjCQualifiedIdType() != 0;
+  return getAsObjCQualifiedInterfaceType() != 0;
 }
 
 const ObjCObjectPointerType *Type::getAsObjCObjectPointerType() const {