]> granicus.if.org Git - clang/commit
Convert ObjC qualified type clients over to using iterators.
authorSteve Naroff <snaroff@apple.com>
Wed, 27 May 2009 16:21:00 +0000 (16:21 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 27 May 2009 16:21:00 +0000 (16:21 +0000)
commit446ee4eb4fc4c705a59365252df7a5c253daafa1
tree53bbc493177dac7ba2f92c098e91740ce74df42a
parent2078bb9c9336da56ea521e98e718556b227541f6
Convert ObjC qualified type clients over to using iterators.

This allows me to remove some API that I don't want to carry over to ObjCObjectPointerType.

No functionality change.

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