Reenable Split2 StringRef test with Apple gcc.
[oota-llvm.git] / unittests / ADT / StringRefTest.cpp
2009-11-19 Benjamin KramerReenable Split2 StringRef test with Apple gcc.
2009-11-17 Daniel Dunbar"XFAIL" the Split2 StringReft test with Apple gcc,...
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.