[clang-tools-extra] r265007 - note for top-level consts in function decls tidy

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


Author: alexfh
Date: Thu Mar 31 07:06:47 2016
New Revision: 265007

URL: http://llvm.org/viewvc/llvm-project?rev=265007&view=rev
Log:
note for top-level consts in function decls tidy

Summary: Add missing release note

Reviewers: alexfh

Subscribers: LegalizeAdulthood, cfe-commits

Patch by Matt Kulukundis!

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

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

Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=265007&r1=265006&r2=265007&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu Mar 31 07:06:47 2016
@@ -68,6 +68,10 @@ identified.  The improvements since the
   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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 




More information about the cfe-commits mailing list