]> granicus.if.org Git - clang/commit
Remove ASTContext::getObjCQualifiedIdType().
authorSteve Naroff <snaroff@apple.com>
Mon, 29 Jun 2009 16:22:52 +0000 (16:22 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 29 Jun 2009 16:22:52 +0000 (16:22 +0000)
commit683087ffcf21d2a22cd2d0424b7f119168b47a8e
tree4407e7be2aa8c9c97c29a68fbe7eb70c45ce9ba7
parenta03f157f154d0013e9c3eee261062959371aa868
Remove ASTContext::getObjCQualifiedIdType().
Convert clients to use ASTContext::getObjCObjectPointerType().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74424 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Sema/SemaType.cpp