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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 05:12:10 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265007: note for top-level consts in function decls tidy (authored by alexfh).

Changed prior to commit:
  http://reviews.llvm.org/D18608?vs=52126&id=52187#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18608

Files:
  clang-tools-extra/trunk/docs/ReleaseNotes.rst

Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst
===================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst
+++ clang-tools-extra/trunk/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.52187.patch
Type: text/x-patch
Size: 565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160331/3c21b0bd/attachment.bin>


More information about the cfe-commits mailing list