[clang-tools-extra] r281510 - [Release notes] Mention readability-container-size-empty improvements.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 14 10:41:52 PDT 2016
Author: eugenezelenko
Date: Wed Sep 14 12:41:51 2016
New Revision: 281510
URL: http://llvm.org/viewvc/llvm-project?rev=281510&view=rev
Log:
[Release notes] Mention readability-container-size-empty improvements.
Differential revision: https://reviews.llvm.org/D24526
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=281510&r1=281509&r2=281510&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Sep 14 12:41:51 2016
@@ -95,6 +95,11 @@ Improvements to clang-tidy
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
More information about the cfe-commits
mailing list