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 + `_ check + supports arbitrary containers with with suitable ``empty()`` and ``size()`` + methods. + - New `readability-misplaced-array-index `_ check