summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/string_view
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-20/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-061-3/+13
* Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow2018-02-051-808/+1
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+5
* Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."Eric Fiselier2017-01-131-6/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Rework fix for PR19460 - Use explicit bool as an extension instead.Eric Fiselier2017-01-021-1/+6
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-2/+2
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-2/+2
* Make string_view work with -fno-exceptions and get tests passing.Eric Fiselier2016-05-301-3/+4
* Fixed some spelling errors in assert messages. No functional change. Thanks t...Marshall Clow2016-05-041-19/+19
* Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...Marshall Clow2015-02-231-4/+1
* Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.Eric Fiselier2015-02-181-2/+2
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-121-1/+1
* Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ...Marshall Clow2015-02-121-1/+1
* Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSE...Marshall Clow2014-11-111-4/+2
* Mark string_view::to_string as const. Fixes PR21428Marshall Clow2014-11-021-1/+2
* NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier2014-08-101-0/+2
* NFC. Remove trailing whitespace and tabs.Eric Fiselier2014-08-101-43/+43
* string_view enhancements. Move to the correct namespace. Better constexpr sup...Marshall Clow2014-07-081-11/+12
* Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also...Marshall Clow2014-07-021-18/+19
* Formatting improvements in the <string_view> synopsis suggested by RSmith. No...Marshall Clow2014-06-181-112/+111
* Implement string_view from the library fundamentals TS (n4023). Also works in...Marshall Clow2014-06-111-0/+813
OpenPOWER on IntegriCloud