From b869289cf3b6f630ce687e959e59c946719b904c Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 7 Apr 2016 17:28:35 +0000 Subject: [PATCH] Mention readability-static-definition-in-anonymous-namespace in release notes. Consistency in using ` and ``. Differential revision: http://reviews.llvm.org/D18797 llvm-svn: 265698 --- clang-tools-extra/docs/ReleaseNotes.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 20c156f..22d576d 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 + `_ 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 -- 2.7.4