[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:51:46 PDT 2016


alexfh added a comment.

One more nit.


================
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 a loop variable of const ref type
 where the type of the variable does not match the one returned by the iterator.
----------------
nit: 'range-based loops' or 'a range-based loop'.


Repository:
  rL LLVM

http://reviews.llvm.org/D18582





More information about the cfe-commits mailing list