[cfe-commits] PATCH: Inline storage of attributes in AttributedStmt

Alexander Kornienko alexfh at google.com
Thu Jul 5 12:42:13 PDT 2012


Hi,

This patch changes AttrVec to inline storage of attributes in
AttributedStmt. I also had to add a template parameter for container type
to specific_attr_iterator to make it handle ArrayRef along with AttrVec.
Updated serialization code, but there's still no good way to test it.

Please take a look at this patch.

-- 
Regards,
Alexander Kornienko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120705/0b0aaf05/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inline-attributes.diff
Type: application/octet-stream
Size: 14190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120705/0b0aaf05/attachment.obj>


More information about the cfe-commits mailing list