diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -216,7 +216,7 @@ :doc: `readability-redundant-string-cstr ` check. -- Improved :doc:`misc-redundant-expression ` +- Improved :doc:`modernize-loop-convert ` to check for container functions ``begin``/``end`` etc on base classes of the container type, instead of only as direct members of the container type itself.