Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the RHS length instead of the LHS length. They are both the same, | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 2009-07-26 | 1 | -3/+38 |
* | Define npos in a way that should make MSVC happier. | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Add missing include | Daniel Dunbar | 2009-07-21 | 1 | -0/+1 |
* | Move StringRef comparison operators out of class. | Daniel Dunbar | 2009-07-21 | 1 | -16/+38 |
* | Add StringRef::{substr, startswith}. | Daniel Dunbar | 2009-07-21 | 1 | -1/+27 |
* | Add StringRef class, with fixes. | Daniel Dunbar | 2009-07-21 | 1 | -0/+127 |