[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
Tue Nov 29 13:30:30 PST 2016
malcolm.parsons marked an inline comment as done.
malcolm.parsons added a comment.
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?
https://reviews.llvm.org/D27166
More information about the cfe-commits
mailing list