[PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 10:44:19 PDT 2016
malcolm.parsons added a comment.
In https://reviews.llvm.org/D25316#563654, @Eugene.Zelenko wrote:
> I think will be good idea to handle LLVM casts and getAs<> methods too. There are plenty of them in LLVM/Clang/etc code used for variable initialization.
Yes.
I plan to do that, but maybe in another changeset.
https://reviews.llvm.org/D25316
More information about the cfe-commits
mailing list