alexfh added inline comments. ================ Comment at: docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst:4 @@ -3,3 +3,3 @@ -This warning appears in range-based loop with loop variable of const ref type +This warning appears in range-based loop with loop a variable of const ref type where the type of the variable does not match the one returned by the iterator. ---------------- Did you mean 'in a range-based loop with a loop variable of const ref type'?
Repository: rL LLVM http://reviews.llvm.org/D18582 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits