]> granicus.if.org Git - clang/commit
move the @implementation ivar list to being an ObjCList, which prevents
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 20:41:34 +0000 (20:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 20:41:34 +0000 (20:41 +0000)
commit7a21bd046fe57629ab074980cf8193f5e0c15735
treeb10518519046fdafac989bd4afdf5acb78e79175
parentf259f0fa621d24a44a78c61ca5d61944d892cba8
move the @implementation ivar list to being an ObjCList, which prevents
it from being leaked, among other things.

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