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
145afa17caedb3ff6d58dfd75dd72047810190d1
clang-p2996
/
libcxx
/
test
/
strings
/
basic.string
/
string.modifiers
History
Howard Hinnant
145afa17ca
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
...
llvm-svn: 189140
2013-08-23 20:10:18 +00:00
..
string_append
…
string_assign
…
string_copy
…
string_erase
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +00:00
string_insert
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +00:00
string_op_plus_equal
…
string_replace
Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib.
2013-08-23 17:37:05 +00:00
string_swap
…
nothing_to_do.pass.cpp
…