]> granicus.if.org Git - clang/commit
switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList.
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 06:23:21 +0000 (06:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 06:23:21 +0000 (06:23 +0000)
commit2073216a1075767b5d25c23d1462b7034686d94d
tree90ec927e94b8dfede30abfc3d5e97f4cd2203db3
parente881483a3bc22ffad62367501aa09ad8508fe363
switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList.

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