[PATCH] D52892: [Clang-tidy] readability check to convert numerical constants to std::numeric_limits

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 10:56:33 PDT 2018


jfb added a comment.

Can you also catch casts such as `(unsigned)-1` ?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52892





More information about the cfe-commits mailing list