[PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 10:13:29 PDT 2016


Eugene.Zelenko added a comment.

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.

See also https://reviews.llvm.org/D17765 for Boost related ideas.


https://reviews.llvm.org/D25316





More information about the cfe-commits mailing list