aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringRef.h
Commit message (Expand)AuthorAgeFilesLines
* Use the RHS length instead of the LHS length. They are both the same,Chris Lattner2009-07-261-1/+1
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-261-3/+38
* Define npos in a way that should make MSVC happier.Daniel Dunbar2009-07-221-1/+1
* Add missing includeDaniel Dunbar2009-07-211-0/+1
* Move StringRef comparison operators out of class.Daniel Dunbar2009-07-211-16/+38
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-211-1/+27
* Add StringRef class, with fixes.Daniel Dunbar2009-07-211-0/+127