summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view
Commit message (Expand)AuthorAgeFilesLines
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-13/+13
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-211-0/+53
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-1/+1
* Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow2018-01-302-0/+9
* Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow2017-12-201-0/+77
* Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow2017-12-046-0/+510
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-152-0/+32
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-1/+1
* Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow2017-10-244-3/+15
* Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...Marshall Clow2017-10-241-0/+6
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* Remove non-standard basic_string_view::clear() member.Eric Fiselier2017-05-121-67/+0
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+3
* Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow2017-03-151-1/+7
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-271-4/+0
* Remove dead code in testEric Fiselier2017-02-171-2/+0
* add implicit deduction guide tests for string_viewEric Fiselier2017-02-171-0/+71
* A couple more tests for constexpr stuff in string_view. No changes other than...Marshall Clow2017-01-242-0/+38
* Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow2017-01-231-0/+50
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-9/+49
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-2/+2
* Added XFAIL for the apple versions of clang as wellMarshall Clow2017-01-096-0/+6
* Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow2017-01-096-0/+170
* [libcxx] [test] Fix string_view tests.Stephan T. Lavavej2016-12-092-5/+7
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-6/+8
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0447-54/+93
* Add missing include in string_view tests. Patch from Billy ONeil @ microsoftEric Fiselier2016-10-241-0/+1
* Again, w/o the tabsMarshall Clow2016-07-211-5/+5
* Another fix to appease the no-exception bots.Marshall Clow2016-07-211-7/+11
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-215-6/+31
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-2176-0/+15985
OpenPOWER on IntegriCloud