[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)
James E T Smith via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 3 07:01:21 PDT 2025
jamesETsmith wrote:
Just fixed the out of order imports that were causing the [clang-fmt](https://github.com/llvm/llvm-project/actions/runs/14224724393/job/39900625349) and [clang-tidy ](https://github.com/llvm/llvm-project/actions/runs/14224724415/job/39900626220) failures on CI.
For reference, I couldn't reproduce the clang-tidy errors locally when running the `libcxx/test/libcxx/clang_tidy.gen.py/algorithm.sh.cpp` test that triggered one of the CI failures.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list