llvm-project/libcxx/test/std/strings/char.traits
Arthur O'Dwyer df81bb71aa [libc++] [LIBCXX-DEBUG-FIXME] Constexpr char_traits::copy mustn't compare unrelated pointers.
Now that __builtin_is_constant_evaluated() is present on all supported
compilers, we can use it to skip the UB-inducing assert in cases where
the computation might be happening at constexpr time.

Differential Revision: https://reviews.llvm.org/D101674
2021-09-20 14:44:59 -04:00
..
char.traits.require Support tests in freestanding 2019-02-04 20:31:13 +00:00
char.traits.specializations [libc++] [LIBCXX-DEBUG-FIXME] Constexpr char_traits::copy mustn't compare unrelated pointers. 2021-09-20 14:44:59 -04:00
char.traits.typedefs Support tests in freestanding 2019-02-04 20:31:13 +00:00