[PATCH] Attributes with enum arguments

Aaron Ballman aaron at aaronballman.com
Tue Sep 10 19:44:46 PDT 2013


Ping

On Fri, Sep 6, 2013 at 2:31 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> 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



More information about the cfe-commits mailing list