llvm-project/libcxx/test/std/strings
Eric Fiselier af4a29af01 Add forward declaration of operator<< in <string_view> as required.
This declaration was previously missing despite appearing in the
synopsis. Users are still required to include <ostream> to get the
definition of the streaming operator.

llvm-svn: 372909
2019-09-25 18:56:54 +00:00
..
basic.string libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
basic.string.hash libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
basic.string.literals Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
c.strings [libc++] Add missing #include in <cwchar> tests 2019-06-13 18:24:28 +00:00
char.traits Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
string.classes Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.conversions Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
string.view Add forward declaration of operator<< in <string_view> as required. 2019-09-25 18:56:54 +00:00
strings.erasure Support tests in freestanding 2019-02-04 20:31:13 +00:00
strings.general Support tests in freestanding 2019-02-04 20:31:13 +00:00