[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
Fri Jul 5 07:46:46 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:
Missing period. Same in other description.
https://github.com/llvm/llvm-project/pull/97764
More information about the cfe-commits
mailing list