]> granicus.if.org Git - clang/commit
clean up some logic in objc type handling. Specifically, make it so that
authorChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 00:27:04 +0000 (00:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 00:27:04 +0000 (00:27 +0000)
commit368eefa081d12f0a265ee90ee8ec61b54168d57d
tree3b927d26b2da3ed0640f6f722a935f2f70540404
parent1361b11066239ea15764a2a844405352d87296b3
clean up some logic in objc type handling.  Specifically, make it so that
there are QualType::getAsObjc* type methods, and make isa<ObjCInterfaceType>
return true for ObjCQualifiedInterfaceType's.

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