[cfe-dev] Action::ActOnCXXMemberDeclarator documentation outdated
Chris Lattner
clattner at apple.com
Sun Apr 12 15:38:10 PDT 2009
On Apr 12, 2009, at 8:36 AM, Sebastian Redl wrote:
> Hi,
>
> The comments of Action::ActOnCXXMemberDeclarator, Sema's
> implementation
> of it, and the call sites in the parser, refer to an argument called
> 'LastInGroup'. This argument seems to have been killed during the
> DeclGroup restructuring, which is a good thing, but the documentation
> should be updated to reflect this. In particular, it should be
> documented if the function now does return the recently created
> declaration, because right now the code looks like it does, but the
> comments say no. This is very confusing.
Thanks Sebastian, I removed the references to LastInGroup.
-Chris
More information about the cfe-dev
mailing list