summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.nonmembers
Commit message (Collapse)AuthorAgeFilesLines
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes ↵Howard Hinnant2011-10-091-2/+8
| | | | | | failure llvm-svn: 141506
* Bring noexcept for <string> inline with other containers.Howard Hinnant2011-06-031-0/+54
| | | | llvm-svn: 132573
* license changeHoward Hinnant2010-11-1631-62/+62
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-047-24/+24
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-2226-58/+58
| | | | llvm-svn: 111764
* Replaced :: with _ in several path namesHoward Hinnant2010-05-1623-0/+0
| | | | llvm-svn: 103907
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1131-31/+31
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1131-0/+1591
llvm-svn: 103490
OpenPOWER on IntegriCloud