[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:23 PDT 2024
================
@@ -0,0 +1,54 @@
+.. title:: clang-tidy - boost-use-ranges
+
+boost-use-ranges
+================
+
+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