modernize-loop-convert to suggest usage of algorithms #25378
Open
Description
| Bugzilla Link | 25004 |
| Version | unspecified |
| OS | All |
Extended Description
I run modernize-loop-convert over LLVM code and looked on headers and in all cases algorithms (find, find_if, any_of, copy_if) seems better solution then loop conversion, so I think will be good idea to enhance modernize-loop-convert to suggest at least algorithm family.
Activity