diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index c79aafdc0f06e6..673344a70ab0a6 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -329,7 +329,8 @@ Changes in existing checks - Improved :doc:`modernize-avoid-bind ` check to - not emit a ``return`` for fixes when the function returns ``void``. + not emit a ``return`` for fixes when the function returns ``void`` and to + provide valid fixes for cases involving bound C++ operators. - Improved :doc:`modernize-loop-convert ` to support for-loops with