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
b5ca00a58de52d33c1935f49ce104f9d90cda67c
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector
/
vector.cons
History
Marshall Clow
1378a5aec3
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
...
llvm-svn: 245330
2015-08-18 18:57:00 +00:00
..
assign_copy.pass.cpp
…
assign_initializer_list.pass.cpp
Fix test that was failing on C++03 b/c it was using initializer lists
2015-05-16 17:10:49 +00:00
assign_move.pass.cpp
…
assign_size_value.pass.cpp
Remove some debugging printout lines. No functionality change.
2015-05-10 13:26:57 +00:00
construct_default.pass.cpp
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
construct_iter_iter_alloc.pass.cpp
…
construct_iter_iter.pass.cpp
…
construct_size_value_alloc.pass.cpp
…
construct_size_value.pass.cpp
…
construct_size.pass.cpp
…
copy_alloc.pass.cpp
…
copy.pass.cpp
…
default_noexcept.pass.cpp
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
default.recursive.pass.cpp
…
dtor_noexcept.pass.cpp
…
initializer_list_alloc.pass.cpp
…
initializer_list.pass.cpp
…
move_alloc.pass.cpp
…
move_assign_noexcept.pass.cpp
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
2015-08-18 18:57:00 +00:00
move_noexcept.pass.cpp
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
2015-07-14 14:46:32 +00:00
move.pass.cpp
…
op_equal_initializer_list.pass.cpp
…