[PATCH] D16310: new clang-tidy checker misc-long-cast

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 10:17:58 PST 2016


Eugene.Zelenko added a subscriber: Eugene.Zelenko.

================
Comment at: docs/clang-tidy/checks/misc-long-cast.rst:6
@@ +5,3 @@
+
+This checker will warn when there is a explicit redundant cast of a calculation
+result to a bigger type. If the intention of the cast is to avoid loss of
----------------
Please use //check// instead of //checker// for documentation consistency.


http://reviews.llvm.org/D16310





More information about the cfe-commits mailing list