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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
