[PATCH] AST matchers for constructors

Aaron Ballman aaron at aaronballman.com
Wed Aug 5 05:12:33 PDT 2015


Thank you for correcting what my contacts list hadn't picked up on
yet. ;-) I've committed in r244036.

~Aaron

On Wed, Aug 5, 2015 at 8:04 AM, Manuel Klimek <klimek at google.com> wrote:
>
>
> On Wed, Aug 5, 2015 at 2:02 PM Manuel Klimek <klimek at google.com> wrote:
>>
>> LG
>>
>> On Wed, Aug 5, 2015 at 1:54 PM Aaron Ballman <aaron at aaronballman.com>
>> wrote:
>>>
>>> This patch adds AST matchers for narrowing constructors that are
>>> default, copy, or move constructors, as well as functionality to
>>> determine whether a ctor initializer is a base initializer. The patch
>>> also contains requisite tests and documentation changes.
>>>
>>> Thanks!
>>>
>>> ~Aaron


More information about the cfe-commits mailing list