[PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 14:10:52 PDT 2016
Prazek added a comment.
Please add tests with
long long p = static_cast<long long>(4);
and the same with const at beginning. I remember I had problems with this last time (Type->SourceRange was returning only source range for the first token.
I will review patch later.
https://reviews.llvm.org/D25316
More information about the cfe-commits
mailing list