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
4d33a8dfcf67e970ea4d150d514b27de02e79aee
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
deque
History
Louis Dionne
6b77ebdc91
[NFC] Strip trailing whitespace from libc++
2019-10-23 11:19:19 -07:00
..
deque.capacity
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is.
2019-03-19 03:30:07 +00:00
deque.cons
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00
deque.erasure
[NFC] Strip trailing whitespace from libc++
2019-10-23 11:19:19 -07:00
deque.modifiers
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00
deque.special
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00
allocator_mismatch.fail.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00
iterators.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00
types.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00