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
cd2de416eb09a67bfe3e9b7df47e413115c63e51
clang-p2996
/
libcxx
/
test
/
containers
/
sequences
History
Marshall Clow
5c520bd985
Add Address Sanitizer support to std::vector
...
llvm-svn: 208319
2014-05-08 14:14:06 +00:00
..
array
Added tests to the sequence containers for for LWG Issue
#2263
. Comparing iterators and allocator pointers with different const-character. No changes to libc++
2014-03-10 18:54:56 +00:00
deque
Added tests to the sequence containers for for LWG Issue
#2263
. Comparing iterators and allocator pointers with different const-character. No changes to libc++
2014-03-10 18:54:56 +00:00
dynarray
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
2013-12-03 00:18:10 +00:00
forwardlist
Added tests to the sequence containers for for LWG Issue
#2263
. Comparing iterators and allocator pointers with different const-character. No changes to libc++
2014-03-10 18:54:56 +00:00
list
Added tests to the sequence containers for for LWG Issue
#2263
. Comparing iterators and allocator pointers with different const-character. No changes to libc++
2014-03-10 18:54:56 +00:00
vector
Add Address Sanitizer support to std::vector
2014-05-08 14:14:06 +00:00
vector.bool
Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that were subtly invalid (didn't compare equal). Thanks to Erik Verbruggen for the report (and diagnosis)
2014-05-06 15:33:23 +00:00
nothing_to_do.pass.cpp
…