[PATCH] Attributes with enum arguments

Aaron Ballman aaron at aaronballman.com
Fri Sep 6 11:31:09 PDT 2013


This patch causes tablegen to generate a StringSwitch for attributes
that contain enum args, mapping from the enumerant string to the
proper enumeration value.  It resolves inconsistencies between
diagnostics, and brings us one step closer to more generalized error
reporting for attributes.

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AttrEnumArgs.patch
Type: application/octet-stream
Size: 12883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130906/29d7297b/attachment.obj>


More information about the cfe-commits mailing list