|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | r258281.
llvm-svn: 258291 | 
| | 
| 
| 
| 
| 
| | are disabled
llvm-svn: 258279 | 
| | 
| 
| 
| 
| 
| | strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862
llvm-svn: 257682 | 
| | 
| 
| 
| 
| 
| | allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
llvm-svn: 254119 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| | generated pages
llvm-svn: 249325 | 
| | 
| 
| 
| 
| 
| | Specifically add new noexcept stuff to vector and string's move-assignment operations
llvm-svn: 245330 | 
| | 
| 
| 
| 
| 
| | This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
llvm-svn: 242056 | 
| | 
| 
| 
| 
| 
| | modifications. Correct those - h/t: Howard
llvm-svn: 239004 | 
| | 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| | which they did. Mark N4284 as complete
llvm-svn: 238233 | 
| | 
| 
| 
| | llvm-svn: 231841 | 
| | 
| 
| 
| 
| 
| | match what was in the standard. Added these includes to the tests. No changes to the library or test results.
llvm-svn: 225541 | 
|  | llvm-svn: 224658 |