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

