[PATCH] D25316: [clang-tidy] Enhance modernize-use-auto to casts
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 07:43:42 PDT 2016
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Sorry for the delay. Feel free to ping earlier.
One more comment, otherwise looks good.
================
Comment at: docs/clang-tidy/checks/modernize-use-auto.rst:163
+The check handles ``static_cast``, ``dynamic_cast``, ``const_cast``,
+``reinterpret_cast``, functional casts and c style casts.
+
----------------
nit: "C-style casts"
https://reviews.llvm.org/D25316
More information about the cfe-commits
mailing list