![]() Many tests in `libcxx/test/std/strings` use `#if defined(__cpp_lib_char8_t) && __cpp_lib_char8_t >= 201811L` which can be replaced with the more terse `#ifndef TEST_HAS_NO_CHAR8_T`. Differential Revision: https://reviews.llvm.org/D132626 |
||
---|---|---|
.. | ||
assign.pass.cpp | ||
default.pass.cpp | ||
from_iterator_sentinel.pass.cpp | ||
from_literal.pass.cpp | ||
from_ptr_len.pass.cpp | ||
from_range.pass.cpp | ||
from_string.pass.cpp | ||
from_string1.compile.fail.cpp | ||
from_string2.compile.fail.cpp | ||
implicit_deduction_guides.pass.cpp | ||
nullptr.compile.pass.cpp |