Add StringRef::{slice, split}, two convenient string operations which are simple
[oota-llvm.git] / unittests / ADT / StringRefTest.cpp
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.