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

via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 7 06:32:22 PDT 2024


================
@@ -131,6 +131,12 @@ Improvements to clang-tidy
 New checks
 ^^^^^^^^^^
 
+- New :doc:`boost-use-ranges
+  <clang-tidy/checks/boost/use-ranges>` check.
+
+  Detects calls to standard library iterator algorithms that could be replaced
+  with a boost ranges version instead
----------------
EugeneZelenko wrote:

```suggestion
  with a Boost ranges version instead.
```

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


More information about the cfe-commits mailing list