[libcxx-commits] [libcxx] [libc++][NFC] Run the container tests through clang-format (PR #126499)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 10 02:18:31 PST 2025
ldionne wrote:
This is a mess to review, but I basically got this diff with `find libcxx/test/{libcxx,std}/containers -type f | xargs clang-format -i`. I also went through the whole diff to make sure there was nothing unreasonable.
https://github.com/llvm/llvm-project/pull/126499
More information about the libcxx-commits
mailing list