[PATCH] D18608: note for top-level consts in function decls tidy

Matt Kulukundis via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 10:00:34 PDT 2016


fowles created this revision.
fowles added a reviewer: alexfh.
fowles added a subscriber: cfe-commits.

Add missing release note

http://reviews.llvm.org/D18608

Files:
  docs/ReleaseNotes.rst

Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -150,6 +150,8 @@
 
 - New checks flagging various readability-related issues:
 
+  * `readability-avoid-const-params-in-decls
+    <http://llvm.org/releases/3.8.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-avoid-const-params-in-decls.html>`_
   * `readability-identifier-naming
     <http://llvm.org/releases/3.8.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-identifier-naming.html>`_
   * `readability-implicit-bool-cast


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18608.52083.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160330/db68acaf/attachment.bin>


More information about the cfe-commits mailing list