[PATCH] D18582: [Clang-tidy] Update release notes with list of checks added since 3.8
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 31 15:28:32 PDT 2016
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
More information about the cfe-commits
mailing list