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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.modifiers
/
string_insert
History
Marshall Clow
a8fd1e4be0
Fix a few static_asserts that need extra parens on -03
...
llvm-svn: 282343
2016-09-24 23:52:21 +00:00
..
iter_char.pass.cpp
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
iter_initializer_list.pass.cpp
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as
http://reviews.llvm.org/D15862
2016-01-13 21:54:34 +00:00
iter_iter_iter.pass.cpp
Fix PR#30303 - no matching function for call to '__ptr_in_range'
2016-09-07 03:32:06 +00:00
iter_size_char.pass.cpp
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
size_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
size_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
size_size_char.pass.cpp
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
size_string_size_size.pass.cpp
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
size_string.pass.cpp
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
size_T_size_size.pass.cpp
Fix a few static_asserts that need extra parens on -03
2016-09-24 23:52:21 +00:00