summaryrefslogtreecommitdiff
path: root/unittests/ADT/StringRefTest.cpp
Commit message (Expand)AuthorAge
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-30
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-28
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-15
* Don't infinitely recurse! Patch by Marius Wachtler!Chris Lattner2011-01-27
* StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer2010-08-26
* Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer2010-08-26
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* Silence compiler warning.Benjamin Kramer2009-12-31
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-31
* Move the two definitions of operator<< into namespace llvm, so theyDouglas Gregor2009-12-24
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-21
* Reenable Split2 StringRef test with Apple gcc.Benjamin Kramer2009-11-19
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-17
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-13
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-13
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-13
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-11
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-16
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-18
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-18
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-11
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-26
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-22
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-21
* Add StringRef class, with fixes.Daniel Dunbar2009-07-21