[libcxx-commits] [libcxx] [libc++] Refactor vector<bool> assign functions and add new tests (PR #119502)
Peng Liu via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 11 07:43:56 PST 2024
winner245 wrote:
The old tests didn't comply with clang-format, which would cause the CI to fail. Thus, I had to apply clang-format to the old tests, mixing up the re-formatting with the new additions, making the review process a bit more complicated. I wish I could have run clang-format for the old tests separately.
https://github.com/llvm/llvm-project/pull/119502
More information about the libcxx-commits
mailing list