[PATCH] Support default integer attribute arguments

Aaron Ballman aaron at aaronballman.com
Wed Nov 20 16:10:32 PST 2013


On Wed, Nov 20, 2013 at 6:59 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> LGTM. I assume you reversed the visitation order for superclasses to visit
> the most-derived class first?

Correct, otherwise it would find IntArgument before
DefaultIntArgument. I'll add a comment when I commit.

~Aaron



More information about the cfe-commits mailing list