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
a77bb8ef3482cd9dfa0d5631f99c55f5981ba6ca
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.modifiers
/
string_append
History
Marshall Clow
a77bb8ef34
Fix PR#30303 - no matching function for call to '__ptr_in_range'
...
llvm-svn: 280779
2016-09-07 03:32:06 +00:00
..
initializer_list.pass.cpp
…
iterator.pass.cpp
Fix PR#30303 - no matching function for call to '__ptr_in_range'
2016-09-07 03:32:06 +00:00
pointer_size.pass.cpp
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add test cases for append/insert/assign/replace while we're at it, and fix a similar bug in insert.
2016-09-05 01:54:30 +00:00
pointer.pass.cpp
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add test cases for append/insert/assign/replace while we're at it, and fix a similar bug in insert.
2016-09-05 01:54:30 +00:00
push_back.pass.cpp
…
size_char.pass.cpp
…
string_size_size.pass.cpp
…
string_view_size_size.pass.cpp
Implement std::string_view as described in
http://wg21.link/P0254R1
. Reviewed as
https://reviews.llvm.org/D21459
2016-07-21 05:31:24 +00:00
string_view.pass.cpp
Implement std::string_view as described in
http://wg21.link/P0254R1
. Reviewed as
https://reviews.llvm.org/D21459
2016-07-21 05:31:24 +00:00
string.pass.cpp
…