Age | Commit message (Expand) | Author |
---|---|---|
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
2009-08-13 | Add StringRef::front (with some small tweaks while I was in the area). | Daniel Dunbar |
2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar |
2009-08-10 | add a simple back() method to StringRef. | Chris Lattner |
2009-08-05 | Add StringRef::endswith | Daniel Dunbar |
2009-07-26 | Use the RHS length instead of the LHS length. They are both the same, | Chris Lattner |
2009-07-26 | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar |
2009-07-22 | Define npos in a way that should make MSVC happier. | Daniel Dunbar |
2009-07-21 | Add missing include | Daniel Dunbar |
2009-07-21 | Move StringRef comparison operators out of class. | Daniel Dunbar |
2009-07-21 | Add StringRef::{substr, startswith}. | Daniel Dunbar |
2009-07-21 | Add StringRef class, with fixes. | Daniel Dunbar |