[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 14:36:08 PDT 2016


fowles updated this revision to Diff 52126.
fowles added a comment.

- move release note to 3.9 section


http://reviews.llvm.org/D18608

Files:
  docs/ReleaseNotes.rst

Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -68,6 +68,10 @@
   This check selectively replaces string literals containing escaped
   characters with raw string literals.
 
+- New ``readability-avoid-const-params-in-decls`` check
+
+  This check warns about top-level const parameters in function delcartions.
+
 Clang-tidy changes from 3.7 to 3.8
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


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


More information about the cfe-commits mailing list