[libcxx-commits] [PATCH] D121110: [libc++] Add tests for the content of <cstddef>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 10 06:14:59 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/language.support/support.types/cstddef.compile.pass.cpp:18
+
+using NullptrT = std::nullptr_t;
----------------
Quuxplusone wrote:
> The first was presumably a typo, but let's test both here, since otherwise we have no coverage for `std::nullptr_t`-in-C++03-mode.
> Actually, you should probably just copy-paste the other test into this one and test //all// the things, e.g. `::max_align_t`.
Good catch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121110/new/

https://reviews.llvm.org/D121110



More information about the libcxx-commits mailing list