]> granicus.if.org Git - clang/commit
add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList,
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:35:13 +0000 (21:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:35:13 +0000 (21:35 +0000)
commit38af2deb27cdfa1a95bde96e30dab15dce53fcef
tree59ea0e3b21832285ca2a9cb52c1da38f32813790
parent11e1e1af2641affb378080a4f3d1a30da1cad082
add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList,
but don't start using it yet.  Renamed some methods to be more consistent.

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