note for top-level consts in function decls tidy
authorAlexander Kornienko <alexfh@google.com>
Thu, 31 Mar 2016 12:06:47 +0000 (12:06 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 31 Mar 2016 12:06:47 +0000 (12:06 +0000)
Summary: Add missing release note

Reviewers: alexfh

Subscribers: LegalizeAdulthood, cfe-commits

Patch by Matt Kulukundis!

Differential Revision: http://reviews.llvm.org/D18608

llvm-svn: 265007

clang-tools-extra/docs/ReleaseNotes.rst

index b6aeafb..d7d9eee 100644 (file)
@@ -68,6 +68,10 @@ identified.  The improvements since the 3.8 release include:
   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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^