|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 |