[cfe-commits] [Patch] StmtNodes rename

Sean Hunt rideau3 at gmail.com
Wed May 12 16:43:12 PDT 2010


Hello,

The attached patches rename ABSTRACT to ABSTRACT_STMT to avoid 
collisions, and also avoid creating FIRST_* and LAST_* macros for each 
node, instead using a STMT_RANGE(Base, First, Last) macro.

Sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-stmt.patch
Type: text/x-diff
Size: 4556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100512/6c704b1f/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-stmt.patch
Type: text/x-diff
Size: 3469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100512/6c704b1f/attachment-0001.patch>


More information about the cfe-commits mailing list