This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
strings
/
basic.string
History
Marshall Clow
f5fa53882f
Fixes PR17148
...
llvm-svn: 193772
2013-10-31 17:23:08 +00:00
..
string.access
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +00:00
string.capacity
Fixes PR17148
2013-10-31 17:23:08 +00:00
string.cons
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
2013-06-28 16:59:19 +00:00
string.iterators
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +00:00
string.modifiers
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +00:00
string.nonmembers
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
2013-06-28 16:59:19 +00:00
string.ops
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
2013-06-28 16:59:19 +00:00
string.require
…
input_iterator.h
…
min_allocator.h
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
2013-06-28 16:59:19 +00:00
test_allocator.h
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
2013-03-23 17:27:16 +00:00
test_traits.h
…
types.pass.cpp
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
2013-06-28 16:59:19 +00:00