]> granicus.if.org Git - clang/commit
change the interface to ActOnMethodDeclaration to pass down argument
authorChris Lattner <sabre@nondot.org>
Sat, 11 Apr 2009 18:57:04 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 11 Apr 2009 18:57:04 +0000 (18:57 +0000)
commite294d3fbaffcbc0cf5f16067ab31d2b2763d25e9
treef2c07c503173ba2db46c9bbb18fe94d09c02cb28
parentda0895d003dff3e9c57ca899fc2a3a2b397edb2e
change the interface to ActOnMethodDeclaration to pass down argument
information in a little struct instead of individually.  While we're
at it, add per-argument loc info and attribute info.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68871 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp