diff options
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 201741b3dcd..e18522b27f6 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -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  | 

