summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index b6aeafb55be..d7d9eeedaaa 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OpenPOWER on IntegriCloud