[cfe-dev] [Patch] Sema::ActOnDeclarator refactor
Douglas Gregor
dgregor at apple.com
Thu Jan 15 08:58:19 PST 2009
On Jan 14, 2009, at 9:45 PM, Zhongxing Xu wrote:
> This patch extracts the code dealing with declarator of function
> type into a separate function Sema::ActOnFunctionDeclarator().
>
> No functionality change.
>
> The motivation of this patch is that Sema::ActOnDeclarator() is too
> large. Later perhaps we should also have separate
> Sema::ActOnVarDeclarator().
Thank you! Please go ahead and commit.
- Doug
More information about the cfe-dev
mailing list