[PATCH] D24526: [Release notes] Mention readability-container-size-empty improvements

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 10:50:41 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL281510: [Release notes] Mention readability-container-size-empty improvements. (authored by eugenezelenko).

Changed prior to commit:
  https://reviews.llvm.org/D24526?vs=71250&id=71394#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24526

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
@@ -95,6 +95,11 @@
   Warns about the performance overhead arising from concatenating strings using
   the ``operator+``, instead of ``operator+=``.
 
+- `readability-container-size-empty
+  <http://clang.llvm.org/extra/clang-tidy/checks/readability-container-size-empty.html>`_ check
+  supports arbitrary containers with with suitable ``empty()`` and ``size()``
+  methods.
+
 - New `readability-misplaced-array-index
   <http://clang.llvm.org/extra/clang-tidy/checks/readability-misplaced-array-index.html>`_ check
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24526.71394.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160914/ec0371ca/attachment-0001.bin>


More information about the cfe-commits mailing list