llvm-project/libcxx/test/std/strings
Stephan T. Lavavej 9ea675ef8c [libcxx] [test] Change comments to say C++ instead of c++. NFC.
This makes them consistent (many comments already used uppercase).

The special REQUIRES, UNSUPPORTED, and XFAIL comments are excluded from this change.

llvm-svn: 309468
2017-07-29 00:55:35 +00:00
..
basic.string [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
basic.string.hash Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 2017-03-23 02:40:28 +00:00
basic.string.literals Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
c.strings Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
char.traits [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
string.classes [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3. 2017-02-05 22:47:54 +00:00
string.conversions Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
string.view [libcxx] [test] Make files consistently end with newlines, NFC. 2017-07-29 00:55:22 +00:00
strings.general