[clang-tools-extra] Add support for std::rotate(_copy) and inplace_merge to modernize-use-ranges (PR #99057)
Nathan James via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 11:55:56 PDT 2024
njames93 wrote:
> LGTM, some tests for rotate_copy and implace_merge would be welcome but it isn't must as it work similar to rotate.
Yeah, like with the other supported algorithms, I didn't see the need to add a test for every single function, as long as there's a test for each kind of function it should be ok
https://github.com/llvm/llvm-project/pull/99057
More information about the cfe-commits
mailing list