[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 12:32:14 PST 2025


ldionne wrote:

> Thanks for doing this!
> 
> This breaks the CI. The directory contains verify tests. For example, `libcxx/test/libcxx/containers/sequences/vector/invalid_allocator.verify.cpp`. Maybe format these tests in a separate patch.
> 
> I wonder why the format CI job complains. Did you use the right version of clang-format?

This should be fixed now. The Verify tests were easy to adjust, so I did it in this patch.

https://github.com/llvm/llvm-project/pull/126499


More information about the libcxx-commits mailing list