[PATCH] D16721: [clang-tidy] Move implicit-cast-in-loop check to upstream.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 07:07:00 PST 2016
alexfh added inline comments.
================
Comment at: test/clang-tidy/performance_implicit_cast_in_loop.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s performance-implicit-cast-in-loop %t
+
----------------
Also, the name should use dashes, not underscores. I'll fix this as well.
Repository:
rL LLVM
http://reviews.llvm.org/D16721
More information about the cfe-commits
mailing list