llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers
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
..
string.io Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 2017-04-19 00:28:44 +00:00
string.special [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
string_op!= Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00
string_op+ Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 2017-04-19 00:28:44 +00:00
string_operator== [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
string_opgt Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00
string_opgt= Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00
string_oplt Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00
string_oplt= Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00
nothing_to_do.pass.cpp