Dan Austin
|
ee226c05af
|
Revert "Revert "Update aosp/master libcxx rebase to r263688""
This reverts commit 1d4a1edbc7.
Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
|
2016-06-08 22:25:43 +00:00 |
|
Dan Albert
|
1d4a1edbc7
|
Revert "Update aosp/master libcxx rebase to r263688"
The world is burning.
This reverts commit c004fd909c, reversing
changes made to 1418e4163d.
|
2016-05-25 22:36:09 -07:00 |
|
Marshall Clow
|
7d9888365a
|
Better comments in test. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@257702 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-01-13 23:05:15 +00:00 |
|
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
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@257682 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-01-13 21:54:34 +00:00 |
|