[PATCH] D81923: [clang-tidy] Add modernize-use-ranges check.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 15:21:42 PDT 2020
njames93 updated this revision to Diff 271855.
njames93 added a comment.
Added `IncludeInserter` to include the `<ranges>` header.
Added support for reverse iteration controlled by config.
Added support for begin/end calls via pointers.
Made the begin/end call matcher more robust if other checks want to use it down the line.
Moved the std lib parts out of the test case into header files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81923/new/
https://reviews.llvm.org/D81923
Files:
clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
clang-tools-extra/clang-tidy/modernize/UseRangesCheck.cpp
clang-tools-extra/clang-tidy/modernize/UseRangesCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/modernize-use-ranges.rst
clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-ranges/algorithm
clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-ranges/execution
clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-ranges/vector
clang-tools-extra/test/clang-tidy/checkers/modernize-use-ranges.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81923.271855.patch
Type: text/x-patch
Size: 30797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200618/c7a39613/attachment-0001.bin>
More information about the cfe-commits
mailing list