summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__string
Commit message (Expand)AuthorAgeFilesLines
* Revert "[libc++] Explicitly enumerate std::string external instantiations."Oliver Stannard2020-01-131-54/+0
* [libc++] Explicitly enumerate std::string external instantiations.Eric Fiselier2020-01-091-0/+54
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-111-41/+117
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-11/+11
* Add debug check for null pointers passed to <string_view>Eric Fiselier2019-09-141-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+97
* Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves ...Marshall Clow2018-02-061-5/+5
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-2/+6
* Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the...Marshall Clow2017-01-261-5/+7
* disable use of __builtin_memcmp temporarily to get the tests passing againMarshall Clow2017-01-121-3/+24
* Implement P0426: Constexpr for std::char_traitsMarshall Clow2017-01-121-51/+135
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-5/+5
* improve performance of string::findSebastian Pop2016-12-301-6/+46
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-1/+2
* Add a bunch of noexcepts to char_traits and string_view.Marshall Clow2016-07-281-36/+36
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-0/+725
OpenPOWER on IntegriCloud