summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-224-8/+8
* Add forward declaration of operator<< in <string_view> as required.Eric Fiselier2019-09-251-0/+26
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2147-47/+47
* Followup to revision 364545: Turns out that clang issues different errors for...Marshall Clow2019-06-271-1/+1
* Provide hashers for string_view only if they are using the default char_trait...Marshall Clow2019-06-271-0/+67
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3117-0/+34
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-281-1/+0
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-193-3/+12
* Support tests in freestandingJF Bastien2019-02-0493-95/+283
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1993-372/+279
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1112-60/+134
* A couple of tests were broken when clang implemented the compiler parts of P0...Marshall Clow2018-11-201-0/+20
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-085-0/+5
* 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
OpenPOWER on IntegriCloud