| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement LWG#2063, and update the issues links to point to the github ↵ | Marshall Clow | 2015-10-05 | 1 | -0/+6 | |
| | | | | | | | generated pages llvm-svn: 249325 | |||||
| * | 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 | |||||
| * | Implement the first part of N4258: 'Cleaning up noexcept in the Library'. ↵ | Marshall Clow | 2015-07-13 | 1 | -0/+31 | |
| | | | | | | | This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. llvm-svn: 242056 | |||||
| * | 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 | |||||
| * | Add tests to ensure that string/vector/array have contiguous iterators - ↵ | Marshall Clow | 2015-05-26 | 2 | -12/+53 | |
| | | | | | | | which they did. Mark N4284 as complete llvm-svn: 238233 | |||||
| * | Use generic feature name for sanitizers that replace new and delete | Eric Fiselier | 2015-03-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 231841 | |||||
| * | Walter Brown sent a list of tests which needed 'additional includes' to ↵ | Marshall Clow | 2015-01-09 | 6 | -0/+6 | |
| | | | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 | |||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 181 | -0/+36931 | |
| llvm-svn: 224658 | ||||||

