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

llvm-svn: 265007
This commit is contained in:
Alexander Kornienko 2016-03-31 12:06:47 +00:00
parent c4bb5df4ab
commit 259ce38315
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ identified. The improvements since the 3.8 release include:
This check selectively replaces string literals containing escaped This check selectively replaces string literals containing escaped
characters with raw string literals. 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 Clang-tidy changes from 3.7 to 3.8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^