]> granicus.if.org Git - clang/commit
More work to integrate newly added ObjCQualifiedClassType into the type system.
authorSteve Naroff <snaroff@apple.com>
Sat, 21 Feb 2009 21:17:01 +0000 (21:17 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 21 Feb 2009 21:17:01 +0000 (21:17 +0000)
commitf7f52e7bf5a4dc36d45b98531e0b21e343fc19de
tree29eba9a22ca1f3fade5a4025ec020a333d65c16b
parentadcf5b389acd7998742e3d2e807f72ef3abb8cfb
More work to integrate newly added ObjCQualifiedClassType into the type system.

This is necessary 'plumbing' to fix <rdar://problem/6497631> Message lookup is sometimes different than gcc's.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65248 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp