]> granicus.if.org Git - clang/commit
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 21:32:27 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 21:32:27 +0000 (21:32 +0000)
commit780f329cb011bff0da5763e2e9744eec093d0509
tree9d66381fd365b73a2f582250172ee64d77cc3762
parentdbddbe4da4ed6fd4c37b865fcbbddea5428cc32c
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
simplifying code along the way and fixing a problem and memory leak or two.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53876 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp