[PATCH] D27166: [clang-tidy] Enhance modernize-use-auto to templated function casts

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 07:54:41 PST 2016


malcolm.parsons added a comment.

In https://reviews.llvm.org/D27166#622127, @Prazek wrote:

> In https://reviews.llvm.org/D27166#622108, @malcolm.parsons wrote:
>
> > In https://reviews.llvm.org/D27166#622103, @Prazek wrote:
> >
> > > There is also problem with function pointers
> >
> >
> > The warning is correct, but the fixit is wrong.
> >  Suppress fixit for function pointers?
>
>
> Yep, it is not worth fixing it.


OK.

> Have you add test cases to the cases that we discussed?

I'll try to add some test cases tonight.


https://reviews.llvm.org/D27166





More information about the cfe-commits mailing list