Add StringRef::{slice, split}, two convenient string operations which are simple
[oota-llvm.git] / include / llvm / ADT / StringRef.h
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-22 Daniel DunbarDefine npos in a way that should make MSVC happier.
2009-07-21 Daniel DunbarAdd missing include
2009-07-21 Daniel DunbarMove StringRef comparison operators out of class.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.