aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/StringRefTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the two definitions of operator<< into namespace llvm, so theyDouglas Gregor2009-12-241-1/+4
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-211-0/+8
* Reenable Split2 StringRef test with Apple gcc.Benjamin Kramer2009-11-191-6/+0
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-171-0/+6
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-131-0/+5
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-131-2/+3
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-131-0/+75
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-111-0/+10
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-42/+90
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-0/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+7
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-111-0/+7
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-261-0/+15
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-221-0/+6
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-211-0/+12
* Add StringRef class, with fixes.Daniel Dunbar2009-07-211-0/+59