Stephan T. Lavavej
|
a686caad20
[libcxx] [test] Untabify, NFC.
|
8 gadi atpakaļ |
Eric Fiselier
|
622c7d5846
Fix PR32642 - string::insert and string::append don't work with move_iterator.
|
8 gadi atpakaļ |
Stephan T. Lavavej
|
e33c0b01f8
[libcxx] [test] D27027: Strip trailing whitespace.
|
8 gadi atpakaļ |
Marshall Clow
|
ac655ef742
Fix PR#30303 - no matching function for call to '__ptr_in_range'
|
9 gadi atpakaļ |
Marshall Clow
|
d979eed766
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.
|
9 gadi atpakaļ |
Eric Fiselier
|
375e2f669c
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
|
9 gadi atpakaļ |
Marshall Clow
|
f90978aa1a
More string fixes for noexcept cases. Apparently I didn't get them all in r258281.
|
9 gadi atpakaļ |
Marshall Clow
|
85d4c2a93f
Fix up the tests I added for string exceptions to be skipped when exceptions are disabled
|
9 gadi atpakaļ |
Marshall Clow
|
df9db31c27
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
|
9 gadi atpakaļ |
Eric Fiselier
|
a90c6dd460
Move test into test/std subdirectory.
|
10 gadi atpakaļ |