[cfe-dev] [Patch] Sema::ActOnDeclarator refactor

Zhongxing Xu xuzhongxing at gmail.com
Wed Jan 14 21:45:20 PST 2009


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().

-Zhongxing Xu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090115/0944301c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r.patch
Type: application/octet-stream
Size: 27148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090115/0944301c/attachment.obj>


More information about the cfe-dev mailing list