[clang-tools-extra] Add checks to convert std library iterator algorithms into c++20 or boost ranges (PR #97764)

Nathan James via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 5 03:20:51 PDT 2024


================
@@ -0,0 +1,24 @@
+.. title:: clang-tidy - modernize-use-ranges
+
+modernize-use-ranges
+====================
+
+Detects calls to standard library iterator algorithms that could be replaced
+with a ranges version instead
+
----------------
njames93 wrote:

I'm not sure how necessary a table of all the possible replacements this check supports is.
It sounds like adding that is just an extra maintenance burden.

https://github.com/llvm/llvm-project/pull/97764


More information about the cfe-commits mailing list