[PATCH] D27166: [clang-tidy] Enhance modernize-use-auto to templated function casts
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 13:34:30 PST 2016
Eugene.Zelenko added a comment.
In https://reviews.llvm.org/D27166#608339, @malcolm.parsons wrote:
> In https://reviews.llvm.org/D27166#606772, @Eugene.Zelenko wrote:
>
> > It'll be worth to mention enhancement in Release Notes.
>
>
> They already say this:
>
> - The `modernize-use-auto <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html>`_ check now warns about variable declarations that are initialized with a cast.
>
> Does that cover it?
I'm not very sure, because cats may be interpreted as C++ language constructs only, but not framework provided ones.
https://reviews.llvm.org/D27166
More information about the cfe-commits
mailing list