Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support allocators with explicit conversion constructors. Fixes bug #29000 | Marshall Clow | 2016-08-17 | 1 | -0/+1 |
| | | | | llvm-svn: 278904 | ||||
* | Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-25 | 1 | -1/+2 |
| | | | | llvm-svn: 276595 | ||||
* | Implement std::string_view as described in http://wg21.link/P0254R1. ↵ | Marshall Clow | 2016-07-21 | 2 | -0/+112 |
| | | | | | | Reviewed as https://reviews.llvm.org/D21459 llvm-svn: 276238 | ||||
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 1 | -2/+2 |
| | | | | llvm-svn: 271435 | ||||
* | Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros | Eric Fiselier | 2016-04-28 | 20 | -87/+66 |
| | | | | llvm-svn: 267947 | ||||
* | Recommit r263036 with additional inlining, so that it will continue to work ↵ | Marshall Clow | 2016-04-07 | 1 | -2/+25 |
| | | | | | | with existing system dylibs. Implements LWG#2583 llvm-svn: 265706 | ||||
* | Revert r263036, it's ABI-breaking. | Nico Weber | 2016-03-11 | 1 | -25/+2 |
| | | | | llvm-svn: 263246 | ||||
* | Implement LWG#2583: There is no way to supply an allocator for ↵ | Marshall Clow | 2016-03-09 | 1 | -2/+25 |
| | | | | | | basic_string(str, pos) llvm-svn: 263036 | ||||
* | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is specified. This patch adds XFAILS to all those tests that are currently failing on the new -fno-exceptions library variant. Follow-up patches will update the tests (progressively) to cope with the new library variant. Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a llvm-svn: 252598 | ||||
* | implement more of N4258 - Cleaning up noexcept in the standard library. ↵ | Marshall Clow | 2015-08-18 | 1 | -4/+52 |
| | | | | | | Specifically add new noexcept stuff to vector and string's move-assignment operations llvm-svn: 245330 | ||||
* | While applying N4258, I forgot about LWG#2455, which modified the ↵ | Marshall Clow | 2015-06-04 | 1 | -5/+0 |
| | | | | | | modifications. Correct those - h/t: Howard llvm-svn: 239004 | ||||
* | More of N4258 implementation. Mark all of our test_allocators as noexcept ↵ | Marshall Clow | 2015-06-03 | 4 | -3/+56 |
| | | | | | | constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. llvm-svn: 238957 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 20 | -0/+1429 |
llvm-svn: 224658 |