aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringRef.h
Commit message (Expand)AuthorAgeFilesLines
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-1/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+22
* Add StringRef::front (with some small tweaks while I was in the area).Daniel Dunbar2009-08-131-1/+8
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-111-15/+47
* add a simple back() method to StringRef.Chris Lattner2009-08-101-0/+5
* Add StringRef::endswithDaniel Dunbar2009-08-051-0/+5
* 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