[PATCH] Refactoring the MS inheritance attributes
Aaron Ballman
aaron at aaronballman.com
Wed Dec 18 15:54:50 PST 2013
Thanks! Committed in r197629
~Aaron
On Wed, Dec 18, 2013 at 4:28 PM, Reid Kleckner <rnk at google.com> wrote:
> LGTM, thanks!
>
>
> On Wed, Dec 18, 2013 at 11:07 AM, Aaron Ballman <aaron at aaronballman.com>
> wrote:
>>
>> The MS inheritance attributes were given special treatment that they
>> don't really require in practice. This patch removes the majority of
>> the "specialness" surrounding these attributes by combining them into
>> a single attribute with multiple spellings.
>>
>> There is a minor bug fix included here where the attributes were being
>> parsed as though they were GNU-style attributes when they were in fact
>> keyword-style attributes.
>>
>> ~Aaron
>
>
More information about the cfe-commits
mailing list