[PATCH] D140307: [clang-tidy] Match derived types in in modernize-loop-convert
Chris Cotter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 06:28:08 PST 2023
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140307.487778.patch
Type: text/x-patch
Size: 673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230110/a7efd32d/attachment.bin>
More information about the cfe-commits
mailing list