[PATCH] D24526: [Release notes] Mention readability-container-size-empty improvements
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 15:34:15 PDT 2016
Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: alexfh, omtcyfz.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D24526
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -89,6 +89,10 @@
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 ``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.71250.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160913/85196e63/attachment.bin>
More information about the cfe-commits
mailing list