ccotter updated this revision to Diff 487778. ccotter added a comment. rebase
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140307/new/ https://reviews.llvm.org/D140307 Files: clang-tools-extra/docs/ReleaseNotes.rst Index: clang-tools-extra/docs/ReleaseNotes.rst =================================================================== --- clang-tools-extra/docs/ReleaseNotes.rst +++ clang-tools-extra/docs/ReleaseNotes.rst @@ -216,7 +216,7 @@ :doc: `readability-redundant-string-cstr <clang-tidy/checks/readability/redundant-string-cstr>` check. -- Improved :doc:`misc-redundant-expression <clang-tidy/checks/modernize/loop-convert>` +- Improved :doc:`modernize-loop-convert <clang-tidy/checks/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.
Index: clang-tools-extra/docs/ReleaseNotes.rst =================================================================== --- clang-tools-extra/docs/ReleaseNotes.rst +++ clang-tools-extra/docs/ReleaseNotes.rst @@ -216,7 +216,7 @@ :doc: `readability-redundant-string-cstr <clang-tidy/checks/readability/redundant-string-cstr>` check. -- Improved :doc:`misc-redundant-expression <clang-tidy/checks/modernize/loop-convert>` +- Improved :doc:`modernize-loop-convert <clang-tidy/checks/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.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits