[cfe-commits] [patch] Restrict the template template parameter missing 'class' fixit to sane cases
Douglas Gregor
dgregor at apple.com
Thu Apr 5 22:22:27 PDT 2012
Looks good, but can you tweak the error text to be singular? There's only one template template parameter under consideration.
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