[PATCH] D18797: [Clang-tidy] Mention readability-static-definition-in-anonymous-namespace in release notes

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 7 10:34:00 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265698: Mention readability-static-definition-in-anonymous-namespace in release notes. (authored by eugenezelenko).

Changed prior to commit:
  http://reviews.llvm.org/D18797?vs=52712&id=52939#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18797

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

Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst
===================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst
@@ -159,13 +159,18 @@
 
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18797.52939.patch
Type: text/x-patch
Size: 937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160407/876f931e/attachment-0001.bin>


More information about the cfe-commits mailing list