- 4d48cd1 Silence compiler warning. by Benjamin Kramer · 16 years ago
- 3a303cc Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 16 years ago
- 0a8a323 Move the two definitions of operator<< into namespace llvm, so they by Douglas Gregor · 16 years ago
- 63b0d2e Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 16 years ago
- f42d3bb Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 16 years ago
- cff9162 "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 16 years ago
- ce91e0a Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
- 3d49596 by Rafael Espindola · 16 years ago
- 76af158 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
- 609f3f8 Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 16 years ago
- d86d635 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago
- 627311c Fix pasto in StringRef::count(char) by Daniel Dunbar · 16 years ago
- 4a719da Add StringRef::count({char,StringRef}) by Daniel Dunbar · 16 years ago
- 52597ba StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 16 years ago
- a1c4bc9 Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 16 years ago
- 3fb536b Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 16 years ago
- e90855a Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
- 4374782 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago