This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4be56e93706f94de488c4ca31e98510bbdd0bc47
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
History
Marshall Clow
e3fbe1433b
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
...
llvm-svn: 242056
2015-07-13 20:04:56 +00:00
..
string.access
…
string.capacity
Use generic feature name for sanitizers that replace new and delete
2015-03-10 20:46:04 +00:00
string.cons
While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
2015-06-04 02:05:41 +00:00
string.iterators
…
string.modifiers
…
string.nonmembers
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
2015-07-13 20:04:56 +00:00
string.ops
…
string.require
Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete
2015-05-26 18:57:27 +00:00
input_iterator.h
…
test_traits.h
…
types.pass.cpp
…