summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2016-04-07 17:28:35 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2016-04-07 17:28:35 +0000
commitb869289cf3b6f630ce687e959e59c946719b904c (patch)
treeb2a66257e649726ac126e41ae46f7c8b55c1f298
parentfba9352f31198e19e8eca7030e1f033bbd852760 (diff)
downloadbcm5719-llvm-b869289cf3b6f630ce687e959e59c946719b904c.tar.gz
bcm5719-llvm-b869289cf3b6f630ce687e959e59c946719b904c.zip
Mention readability-static-definition-in-anonymous-namespace in release notes.
Consistency in using ` and ``. Differential revision: http://reviews.llvm.org/D18797 llvm-svn: 265698
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 20c156f4ed5..22d576db868 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -159,13 +159,18 @@ identified. The improvements since the 3.8 release include:
Finds unnecessary string initializations.
+- New `readability-static-definition-in-anonymous-namespace
+ <http://clang.llvm.org/extra/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.html>`_ check
+
+ Finds static function and variable definitions in anonymous namespace.
+
Fixed bugs:
- Crash when running on compile database with relative source files paths.
- Crash when running with the `-fdelayed-template-parsing` flag.
-- The ``modernize-use-override`` check: incorrect fix-its placement around
+- The `modernize-use-override` check: incorrect fix-its placement around
``__declspec`` and other attributes.
Clang-tidy changes from 3.7 to 3.8
OpenPOWER on IntegriCloud