[cfe-commits] [patch] Restrict the template template parameter missing 'class' fixit to sane cases

David Blaikie dblaikie at gmail.com
Thu Apr 5 22:27:34 PDT 2012


On Thu, Apr 5, 2012 at 10:22 PM, Douglas Gregor <dgregor at apple.com> wrote:
> Looks good, but can you tweak the error text to be singular? There's only one template template parameter under consideration.

Singularized and committed as r154163.

Thanks Doug!
- David

>
> Sent from my iPhone
>
> On Apr 5, 2012, at 5:37 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>> Hi Doug,
>>
>> Attached is a patch to limit the FixIt I added in r153887 as you
>> suggested - to only account for cases where the following token would
>> be valid, given the fixit. The change got a bit involved when
>> addressing the >> case, so I thought I'd send this for precommit
>> review.
>>
>> Thanks,
>> - David
>> <restrict_templ_templ_class_fixit.diff>



More information about the cfe-commits mailing list