[libcxx-commits] [libcxx] [libcxx] Use `aligned_alloc` for testing instead of `posix_memalign` (PR #101748)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 5 12:39:52 PDT 2024
https://github.com/philnik777 approved this pull request.
> > LGTM with green CI.
>
> Whenever I submit a libcxx patch I always see lots of red and I never know which ones actually need to be formatted.
If the formatting diff looks simple enough I'd just format it. Generally, all implementation headers and any new tests should be formatted. Only old tests don't necessarily have to be formatted, depending on how much it is.
https://github.com/llvm/llvm-project/pull/101748
More information about the libcxx-commits
mailing list