[clang-tools-extra] [clang-tidy] Add modernize-use-algorithm check (PR #182065)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 18 22:48:50 PST 2026
zeyi2 wrote:
> already covered by readability-use-any-all-of check
Most of the functionality is already covered by the existing check, but seems that this check handles Fix-Its and `std::none_of` (we have an open issue https://github.com/llvm/llvm-project/issues/167375 for `readability-use-any-all-of`)
Instead of a new check, could we consider integrating Fix-Its and `none_of` support into the existing readability check to avoid duplication?
https://github.com/llvm/llvm-project/pull/182065
More information about the cfe-commits
mailing list